Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

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

    size-based Control.Enumerable.Values

    No documentation available.

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

    squeather Squeather

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

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

    squeather Squeather.Internal

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

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

    state-codes Data.StateCodes

    List all codes with names

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

    state-codes Data.StateCodes

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

  6. 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.

  7. 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.

  8. alloc :: (PrimMonad m, Struct t) => Int -> m (t (PrimState m))

    structs Data.Struct

    Allocate a structure made out of n slots. Initialize the structure before proceeding!

  9. alloc :: (PrimMonad m, Struct t) => Int -> m (t (PrimState m))

    structs Data.Struct.Internal

    Allocate a structure made out of n slots. Initialize the structure before proceeding!

  10. allocLinkCut :: forall a m . PrimMonad m => m (LinkCut a (PrimState m))

    structs Data.Struct.Internal.LinkCut

    No documentation available.

Page 142 of many | Previous | Next