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.Traversable.Deriving

    Like deriveTraverse, but takes an FFTOptions argument.

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

    deriving-compat Text.Read.Deriving

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

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

    deriving-compat Text.Read.Deriving

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

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

    deriving-compat Text.Read.Deriving

    Like deriveRead1, but takes a ReadOptions argument.

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

    deriving-compat Text.Read.Deriving

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

  6. deriveRead2Options :: ReadOptions -> Name -> Q [Dec]

    deriving-compat Text.Read.Deriving

    Like deriveRead2, but takes a ReadOptions argument. This function is not available with transformers-0.4.

  7. deriveReadOptions :: ReadOptions -> Name -> Q [Dec]

    deriving-compat Text.Read.Deriving

    Like deriveRead, but takes a ReadOptions argument.

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

    deriving-compat Text.Read.Deriving.Internal

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

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

    deriving-compat Text.Read.Deriving.Internal

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

    Like deriveRead1, but takes a ReadOptions argument.

Page 14 of many | Previous | Next