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.
-
core-program Core.System.Base No documentation available.
-
core-program Core.System.Base No documentation available.
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).
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).
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.
type
Reader r = ReaderT r Identitydunai 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:
newtype
ReaderT r (m :: Type -> Type) adunai 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:
ReaderT :: (r -> m a) -> ReaderT r (m :: Type -> Type) adunai Control.Monad.Trans.MSF.Reader No documentation available.
ReadNumber :: Int -> TestSequenceEventsexpiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence No documentation available.
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).