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.
-
No documentation available.
module Control.Monad.Trans.
Reader No documentation available.
module Text.ParserCombinators.
ReadP No documentation available.
module Text.ParserCombinators.
ReadPrec No documentation available.
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.
-
streaming-commons Data.Streaming.FileRead No documentation available.
module Control.Monad.Representable.
Reader Representable functors on Hask are all monads, because they are isomorphic to a Reader monad.
type
Reader (f :: Type -> Type) = ReaderT f Identityadjunctions Control.Monad.Representable.Reader No documentation available.
newtype
ReaderT (f :: Type -> Type) (m :: Type -> Type) badjunctions Control.Monad.Representable.Reader No documentation available.
ReaderT :: f (m b) -> ReaderT (f :: Type -> Type) (m :: Type -> Type) badjunctions Control.Monad.Representable.Reader No documentation available.