Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. c_call_deflate_noflush :: ZStream' -> IO CInt

    streaming-commons Data.Streaming.Zlib.Lowlevel

    No documentation available.

  2. c_call_deflate_set_dictionary :: ZStream' -> Ptr CChar -> CUInt -> IO CInt

    streaming-commons Data.Streaming.Zlib.Lowlevel

    No documentation available.

  3. c_call_inflate_noflush :: ZStream' -> IO CInt

    streaming-commons Data.Streaming.Zlib.Lowlevel

    No documentation available.

  4. c_call_inflate_set_dictionary :: ZStream' -> Ptr CChar -> CUInt -> IO CInt

    streaming-commons Data.Streaming.Zlib.Lowlevel

    No documentation available.

  5. liftCallCC :: forall (g :: Type -> Type) a m b . Representable g => ((((a, Rep g) -> m (b, Rep g)) -> m (a, Rep g)) -> m (a, Rep g)) -> ((a -> StateT g m b) -> StateT g m a) -> StateT g m a

    adjunctions Control.Monad.Representable.State

    Uniform lifting of a callCC operation to the new monad. This version rolls back to the original state on entering the continuation.

  6. liftCallCC' :: forall (g :: Type -> Type) a m b . Representable g => ((((a, Rep g) -> m (b, Rep g)) -> m (a, Rep g)) -> m (a, Rep g)) -> ((a -> StateT g m b) -> StateT g m a) -> StateT g m a

    adjunctions Control.Monad.Representable.State

    In-situ lifting of a callCC operation to the new monad. This version uses the current state on entering the continuation. It does not satisfy the laws of a monad transformer.

  7. callCC :: forall (w :: Type -> Type) a r (m :: Type -> Type) b . Comonad w => ((a -> ContsT r w m b) -> ContsT r w m a) -> ContsT r w m a

    adjunctions Control.Monad.Trans.Conts

    No documentation available.

  8. QuoteAll :: Quoting

    cassava Data.Csv

    Always quote.

  9. gall :: GFoldable t => (a -> Bool) -> t a -> Bool

    generic-deriving Generics.Deriving.Foldable

    No documentation available.

  10. getAll :: All -> Bool

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

Page 356 of many | Previous | Next