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. module Control.Monad.Reader

    No documentation available.

  2. module Control.Monad.Trans.Reader

    No documentation available.

  3. module Text.ParserCombinators.ReadP

    No documentation available.

  4. module Text.ParserCombinators.ReadPrec

    No documentation available.

  5. module Text.Regex.TDFA.ReadRegex

    This is a POSIX version of parseRegex that allows NUL characters. Lazy/Possessive/Backrefs are not recognized. Anchors ^ and $ are recognized. A PGroup returned always has (Maybe GroupIndex) set to (Just _) and never to Nothing.

  6. data ReadHandle

    streaming-commons Data.Streaming.FileRead

    No documentation available.

  7. module Control.Monad.Representable.Reader

    Representable functors on Hask are all monads, because they are isomorphic to a Reader monad.

  8. type Reader (f :: Type -> Type) = ReaderT f Identity

    adjunctions Control.Monad.Representable.Reader

    No documentation available.

  9. newtype ReaderT (f :: Type -> Type) (m :: Type -> Type) b

    adjunctions Control.Monad.Representable.Reader

    No documentation available.

  10. ReaderT :: f (m b) -> ReaderT (f :: Type -> Type) (m :: Type -> Type) b

    adjunctions Control.Monad.Representable.Reader

    No documentation available.

Page 377 of many | Previous | Next