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. data Reader r (a :: Type -> Type) b

    effectful-core Effectful.Reader.Static

    Provide access to a strict (WHNF), thread local, read only value of type r.

  2. ReadMode :: IOMode

    foundation Foundation.IO

    No documentation available.

  3. ReadWriteMode :: IOMode

    foundation Foundation.IO

    No documentation available.

  4. module Foundation.Monad.Reader

    The Reader monad transformer. This is useful to keep a non-modifiable value in a context

  5. data ReaderT r (m :: Type -> Type) a

    foundation Foundation.Monad.Reader

    Reader Transformer

  6. data ReadPrecTree a

    generic-data Generic.Data.Internal.Read

    No documentation available.

  7. ReadStaleOk :: AccessMode

    mongoDB Database.MongoDB.Query

    Read-only action, reading stale data from a slave is OK.

  8. data ReadBuffer

    network-byte-order Network.ByteOrder

    Read only buffer. To ensure that the internal is not modified, this is an abstract data type.

  9. class Readable a

    network-byte-order Network.ByteOrder

    No documentation available.

  10. 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).

Page 397 of many | Previous | Next