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