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. allowInterrupt :: IO ()

    monad-peel Control.Exception.Peel

    When invoked inside mask, this function allows a masked asynchronous exception to be raised, if one exists. It is equivalent to performing an interruptible operation (see #interruptible), but does not involve any actual blocking. When called outside mask, or inside uninterruptibleMask, this function has no effect.

  2. alloca :: Storable a => FortranIO r (Ptr a)

    netlib-carray Numeric.Netlib.CArray.Utility

    No documentation available.

  3. allocaArray :: Storable a => Int -> FortranIO r (Ptr a)

    netlib-carray Numeric.Netlib.CArray.Utility

    No documentation available.

  4. alloca :: Storable a => FortranIO r (Ptr a)

    netlib-comfort-array Numeric.Netlib.ComfortArray.Utility

    No documentation available.

  5. allocaArray :: Storable a => Int -> FortranIO r (Ptr a)

    netlib-comfort-array Numeric.Netlib.ComfortArray.Utility

    No documentation available.

  6. allValues :: Amb t t -> [t]

    nondeterminism Control.Monad.Amb

    Run a nondeterministic computation and return a list of all results that the computation can produce. Note that this function is not lazy its result.

  7. allValuesT :: Monad m => AmbT t m t -> m [t]

    nondeterminism Control.Monad.Amb

    Run a nondeterministic computation and return a list of all results that the computation can produce. Note that this function is not lazy its result.

  8. allOp :: (Tokens strm ~ Text, Token strm ~ Char, Ord err, Stream strm) => HeadedParsec err strm AllOp

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  9. allOrDistinct :: (Token s ~ Char, Tokens s ~ Text, Ord e, Stream s) => HeadedParsec e s Bool

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  10. allOp :: AllOp -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

Page 114 of many | Previous | Next