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.
data
Reader r (a :: Type -> Type) beffectful-core Effectful.Reader.Static Provide access to a strict (WHNF), thread local, read only value of type r.
-
foundation Foundation.IO No documentation available.
-
foundation Foundation.IO No documentation available.
module Foundation.Monad.
Reader The Reader monad transformer. This is useful to keep a non-modifiable value in a context
data
ReaderT r (m :: Type -> Type) afoundation Foundation.Monad.Reader Reader Transformer
-
generic-data Generic.Data.Internal.Read No documentation available.
-
mongoDB Database.MongoDB.Query Read-only action, reading stale data from a slave is OK.
-
network-byte-order Network.ByteOrder Read only buffer. To ensure that the internal is not modified, this is an abstract data type.
-
network-byte-order Network.ByteOrder No documentation available.
type
ReadS a = String -> [(a, String)]prelude-compat Prelude2010 A parser for a type a, represented as a function that takes a String and returns a list of possible parses as (a,String) pairs. Note that this kind of backtracking parser is very inefficient; reading a large structure may be quite slow (cf ReadP).