Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. deriveOrd :: Name -> Q [Dec]

    deriving-compat Data.Ord.Deriving

    Generates an Ord instance declaration for the given data type or data family instance.

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

    deriving-compat Data.Ord.Deriving

    Generates an Ord1 instance declaration for the given data type or data family instance.

  3. deriveOrd2 :: Name -> Q [Dec]

    deriving-compat Data.Ord.Deriving

    Generates an Ord2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.

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

    deriving-compat Data.Ord.Deriving.Internal

    Generates an Ord instance declaration for the given data type or data family instance.

  5. deriveOrd1 :: Name -> Q [Dec]

    deriving-compat Data.Ord.Deriving.Internal

    Generates an Ord1 instance declaration for the given data type or data family instance.

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

    deriving-compat Data.Ord.Deriving.Internal

    Generates an Ord2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.

  7. deriveTraversable :: Name -> Q [Dec]

    deriving-compat Data.Traversable.Deriving

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

  8. deriveTraversableOptions :: FFTOptions -> Name -> Q [Dec]

    deriving-compat Data.Traversable.Deriving

    Like deriveTraverse, but takes an FFTOptions argument.

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

    deriving-compat Text.Read.Deriving

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

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

    deriving-compat Text.Read.Deriving

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

Page 13 of many | Previous | Next