Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    deriving-compat Data.Functor.Deriving.Internal

    Like deriveTraverse, but takes an FFTOptions argument.

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

    deriving-compat Data.Ix.Deriving

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

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

    deriving-compat Data.Ix.Deriving.Internal

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

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

    deriving-compat Data.Ord.Deriving

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

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

    deriving-compat Data.Ord.Deriving

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

  6. 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.

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

    deriving-compat Data.Ord.Deriving.Internal

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

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

    deriving-compat Data.Ord.Deriving.Internal

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

  9. 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.

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

    deriving-compat Data.Traversable.Deriving

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

Page 13 of many | Previous | Next