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.
-
deriving-compat Data.Deriving.Internal No documentation available.
liftReadsPrec2ConstValName :: Namederiving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
liftReadsPrecConst :: ReadS (f a) -> (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (f a)deriving-compat Data.Deriving.Internal No documentation available.
liftReadsPrecConstValName :: Namederiving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
defaultReadOptions :: ReadOptionsderiving-compat Text.Read.Deriving ReadOptions that favor readPrec over readsPrec.
-
deriving-compat Text.Read.Deriving Generates a Read instance declaration for the given data type or data family instance.
deriveRead1 :: Name -> Q [Dec]deriving-compat Text.Read.Deriving Generates a Read1 instance declaration for the given data type or data family instance.
deriveRead1Options :: ReadOptions -> Name -> Q [Dec]deriving-compat Text.Read.Deriving Like deriveRead1, but takes a ReadOptions argument.