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

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

  3. data Read1Args v a

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

  4. module Distribution.ReadE

    Simple parsing with failure

  5. newtype ReadE a

    Cabal Distribution.ReadE

    Parser with simple error reporting

  6. ReadE :: (String -> Either ErrorMsg a) -> ReadE a

    Cabal Distribution.ReadE

    No documentation available.

  7. ReadArrayOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  8. ReadByteArrayOp_Addr :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  9. ReadByteArrayOp_Char :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  10. ReadByteArrayOp_Double :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

Page 368 of many | Previous | Next