Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. deriveReadOptions :: ReadOptions -> Name -> Q [Dec]

    deriving-compat Text.Read.Deriving.Internal

    Like deriveRead, but takes a ReadOptions argument.

  2. makeLiftReadPrec :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like liftReadPrec (without requiring a Read1 instance). This function is only available with base-4.10 or later.

  3. makeLiftReadPrec2 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like liftReadPrec2 (without requiring a Read2 instance). This function is only available with base-4.10 or later.

  4. makeLiftReadsPrec :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like liftReadsPrec (without requiring a Read1 instance). This function is not available with transformers-0.4.

  5. makeLiftReadsPrec2 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like liftReadsPrec2 (without requiring a Read2 instance). This function is not available with transformers-0.4.

  6. makeReadPrec :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like readPrec (without requiring a Read instance).

  7. makeReadPrec1 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like readPrec1 (without requiring a Read1 instance). This function is only available with base-4.10 or later.

  8. makeReadPrec2 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like readPrec2 (without requiring a Read2 instance). This function is only available with base-4.10 or later.

  9. makeReadsPrec :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like readsPrec (without requiring a Read instance).

  10. makeReadsPrec1 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving.Internal

    Generates a lambda expression which behaves like readsPrec1 (without requiring a Read1 instance).

Page 526 of many | Previous | Next