Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. deriveRep0Options :: KindSigOptions -> Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Like deriveRep0, but takes an KindSigOptions argument.

  2. deriveRep1 :: Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Derive only the Rep1 type synonym. Not needed if deriveRepresentable1 is used.

  3. deriveRep1Options :: KindSigOptions -> Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Like deriveRep1, but takes an KindSigOptions argument.

  4. deriveRepresentable0 :: Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Given the type and the name (as string) for the Representable0 type synonym to derive, generate the Representable0 instance.

  5. deriveRepresentable0Options :: Options -> Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Like deriveRepresentable0, but takes an Options argument.

  6. deriveRepresentable1 :: Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Given the type and the name (as string) for the Representable1 type synonym to derive, generate the Representable1 instance.

  7. deriveRepresentable1Options :: Options -> Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Like deriveRepresentable1, but takes an Options argument.

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

    generic-deriving Generics.Deriving.TH

    Given a datatype name, derive datatypes and instances of class Selector. On GHC 7.11 and up, this functionality is no longer used in GHC generics, so this function generates no declarations.

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

    th-lift Language.Haskell.TH.Lift

    No documentation available.

  10. deriveLift' :: [Role] -> Info -> Q [Dec]

    th-lift Language.Haskell.TH.Lift

    Obtain Info values through a custom reification function. This is useful when generating instances for datatypes that have not yet been declared.

Page 7 of many | Previous | Next