Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allure :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  2. allBuildInfo :: PackageDescription -> [BuildInfo]

    simple-cabal SimpleCabal

    All BuildInfo in the PackageDescription: libraries, executables, test-suites and benchmarks. Useful for implementing package checks.

  3. allLibraries :: PackageDescription -> [Library]

    simple-cabal SimpleCabal

    No documentation available.

  4. allValues :: Enumerable a => [[a]]

    size-based Control.Enumerable.Values

    No documentation available.

  5. allRows :: Statement -> IO [[SQLData]]

    squeather Squeather

    Retrieves all remaining rows from a Statement. Applies step for you for as many times as needed.

  6. allRows :: Statement -> IO [[SQLData]]

    squeather Squeather.Internal

    Retrieves all remaining rows from a Statement. Applies step for you for as many times as needed.

  7. allNames :: [(StateCode, Text)]

    state-codes Data.StateCodes

    List all codes with names

  8. allStates :: [(Text, StateCode)]

    state-codes Data.StateCodes

    List all states with codes. This is ready to be used in a yesod selectField, for example

  9. allThreadsDone :: MonadIO m => IORef (Set ThreadId) -> m Bool

    streamly Streamly.Internal.Data.Channel

    This is safe even if we are adding more threads concurrently because if a child thread is adding another thread then anyway workerThreads will not be empty.

  10. allThreadsDone :: forall m (t :: (Type -> Type) -> Type -> Type) a . MonadIO m => SVar t m a -> m Bool

    streamly Streamly.Internal.Data.SVar

    This is safe even if we are adding more threads concurrently because if a child thread is adding another thread then anyway workerThreads will not be empty.

Page 142 of many | Previous | Next