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. liftReadsPrec2Const :: ReadS (f a b) -> (Int -> ReadS a) -> ReadS [a] -> (Int -> ReadS b) -> ReadS [b] -> Int -> ReadS (f a b)

    deriving-compat Data.Deriving.Internal

    No documentation available.

  2. liftReadsPrec2ConstValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  3. liftReadsPrec2ValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  4. liftReadsPrecConst :: ReadS (f a) -> (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (f a)

    deriving-compat Data.Deriving.Internal

    No documentation available.

  5. liftReadsPrecConstValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  6. liftReadsPrecValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  7. defaultReadOptions :: ReadOptions

    deriving-compat Text.Read.Deriving

    ReadOptions that favor readPrec over readsPrec.

  8. deriveRead :: Name -> Q [Dec]

    deriving-compat Text.Read.Deriving

    Generates a Read instance declaration for the given data type or data family instance.

  9. deriveRead1 :: Name -> Q [Dec]

    deriving-compat Text.Read.Deriving

    Generates a Read1 instance declaration for the given data type or data family instance.

  10. deriveRead1Options :: ReadOptions -> Name -> Q [Dec]

    deriving-compat Text.Read.Deriving

    Like deriveRead1, but takes a ReadOptions argument.

Page 523 of many | Previous | Next