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. deriveRead2 :: Name -> Q [Dec]

    deriving-compat Text.Read.Deriving

    Generates a Read2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.

  2. deriveRead2Options :: ReadOptions -> Name -> Q [Dec]

    deriving-compat Text.Read.Deriving

    Like deriveRead2, but takes a ReadOptions argument. This function is not available with transformers-0.4.

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

    deriving-compat Text.Read.Deriving

    Like deriveRead, but takes a ReadOptions argument.

  4. makeLiftReadPrec :: Name -> Q Exp

    deriving-compat Text.Read.Deriving

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

  5. makeLiftReadPrec2 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving

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

  6. makeLiftReadsPrec :: Name -> Q Exp

    deriving-compat Text.Read.Deriving

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

  7. makeLiftReadsPrec2 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving

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

  8. makeReadPrec :: Name -> Q Exp

    deriving-compat Text.Read.Deriving

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

  9. makeReadPrec1 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving

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

  10. makeReadPrec2 :: Name -> Q Exp

    deriving-compat Text.Read.Deriving

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

Page 524 of many | Previous | Next