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.
type
ReadS a = String -> [(a, String)]hedgehog Hedgehog.Internal.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)]base-compat Text.Read.Compat 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).
-
transformers-compat Data.Functor.Classes.Generic.Internal A Read1Args value either stores a Read a dictionary (for the transformers-0.4 version of Read1), or it stores the two function arguments that parse occurrences of the type parameter (for the non-transformers-0.4 version of Read1).
-
Simple parsing with failure
-
Cabal Distribution.ReadE Parser with simple error reporting
ReadE :: (String -> Either ErrorMsg a) -> ReadE aCabal Distribution.ReadE No documentation available.
-
ghc GHC.Builtin.PrimOps No documentation available.
ReadByteArrayOp_Addr :: PrimOpghc GHC.Builtin.PrimOps No documentation available.
ReadByteArrayOp_Char :: PrimOpghc GHC.Builtin.PrimOps No documentation available.
ReadByteArrayOp_Double :: PrimOpghc GHC.Builtin.PrimOps No documentation available.