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. ReadMode :: IOMode

    core-program Core.System.Base

    No documentation available.

  2. ReadWriteMode :: IOMode

    core-program Core.System.Base

    No documentation available.

  3. type ReadS a = String -> [(a, String)]

    dimensional Numeric.Units.Dimensional.Prelude

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

  4. type ReadS a = String -> [(a, String)]

    distribution-opensuse OpenSuse.Prelude

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

  5. module Control.Monad.Trans.MSF.Reader

    MSFs with a Reader monadic layer. This module contains functions to work with MSFs that include a Reader monadic layer. This includes functions to create new MSFs that include an additional layer, and functions to flatten that layer out of the MSF's transformer stack.

  6. type Reader r = ReaderT r Identity

    dunai Control.Monad.Trans.MSF.Reader

    The parameterizable reader monad. Computations are functions of a shared environment. The return function ignores the environment, while m >>= k passes the inherited environment to both subcomputations:

  7. newtype ReaderT r (m :: Type -> Type) a

    dunai Control.Monad.Trans.MSF.Reader

    The reader monad transformer, which adds a read-only environment to the given monad. The return function ignores the environment, while m >>= k passes the inherited environment to both subcomputations:

  8. ReaderT :: (r -> m a) -> ReaderT r (m :: Type -> Type) a

    dunai Control.Monad.Trans.MSF.Reader

    No documentation available.

  9. ReadNumber :: Int -> TestSequenceEvents

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

  10. type ReadS a = String -> [(a, String)]

    faktory Faktory.Prelude

    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 414 of many | Previous | Next