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.
deriveReadOptions :: ReadOptions -> Name -> Q [Dec]deriving-compat Text.Read.Deriving.Internal Like deriveRead, but takes a ReadOptions argument.
makeLiftReadPrec :: Name -> Q Expderiving-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.
makeLiftReadPrec2 :: Name -> Q Expderiving-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.
makeLiftReadsPrec :: Name -> Q Expderiving-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.
makeLiftReadsPrec2 :: Name -> Q Expderiving-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.
-
deriving-compat Text.Read.Deriving.Internal Generates a lambda expression which behaves like readPrec (without requiring a Read instance).
makeReadPrec1 :: Name -> Q Expderiving-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.
makeReadPrec2 :: Name -> Q Expderiving-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.
makeReadsPrec :: Name -> Q Expderiving-compat Text.Read.Deriving.Internal Generates a lambda expression which behaves like readsPrec (without requiring a Read instance).
makeReadsPrec1 :: Name -> Q Expderiving-compat Text.Read.Deriving.Internal Generates a lambda expression which behaves like readsPrec1 (without requiring a Read1 instance).