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.
-
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.
alloca :: Storable a => FortranIO r (Ptr a)netlib-carray Numeric.Netlib.CArray.Utility No documentation available.
allocaArray :: Storable a => Int -> FortranIO r (Ptr a)netlib-carray Numeric.Netlib.CArray.Utility No documentation available.
alloca :: Storable a => FortranIO r (Ptr a)netlib-comfort-array Numeric.Netlib.ComfortArray.Utility No documentation available.
allocaArray :: Storable a => Int -> FortranIO r (Ptr a)netlib-comfort-array Numeric.Netlib.ComfortArray.Utility No documentation available.
-
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.
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.
-
postgresql-syntax PostgresqlSyntax.Parsing No documentation available.
allOrDistinct :: (Token s ~ Char, Tokens s ~ Text, Ord e, Stream s) => HeadedParsec e s Boolpostgresql-syntax PostgresqlSyntax.Parsing No documentation available.
-
postgresql-syntax PostgresqlSyntax.Rendering No documentation available.