• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. type GRead1 = GRead Identity

    generic-data Generic.Data

    Generic representation of Read1 types.

  2. gliftReadPrec :: (Generic1 f, GRead1 (Rep1 f)) => ReadPrec a -> ReadPrec [a] -> ReadPrec (f a)

    generic-data Generic.Data

    Generic liftReadPrec.

  3. greadPrec :: (Generic a, GRead0 (Rep a)) => ReadPrec a

    generic-data Generic.Data

    Generic readPrec.

    instance Read MyType where
    readPrec = greadPrec
    readListPrec = readListPrecDefault
    

  4. class GRead (p :: Type -> Type) (f :: Type -> Type)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  5. type GRead1 = GRead Identity

    generic-data Generic.Data.Internal.Read

    Generic representation of Read1 types.

  6. class GReadC (p :: Type -> Type) (c :: Meta) (f :: Type -> Type)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  7. class GReadFields (p :: Type -> Type) (f :: Type -> Type)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  8. class GReadNamed (p :: Type -> Type) (f :: Type -> Type)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  9. class GReadSingle (p :: Type -> Type) (f :: Type -> Type)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  10. gPrecRead :: GRead p f => p (ReadPrec a, ReadPrec [a]) -> ReadPrec (f a)

    generic-data Generic.Data.Internal.Read

    No documentation available.

Page 637 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete