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. deriveRead1Options :: ReadOptions -> Name -> Q [Dec]

    deriving-compat Text.Read.Deriving

    Like deriveRead1, but takes a ReadOptions argument.

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

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

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

    deriving-compat Text.Read.Deriving

    Like deriveRead, but takes a ReadOptions argument.

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

    deriving-compat Text.Read.Deriving.Internal

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

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

    deriving-compat Text.Read.Deriving.Internal

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

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

    deriving-compat Text.Read.Deriving.Internal

    Like deriveRead1, but takes a ReadOptions argument.

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

    deriving-compat Text.Read.Deriving.Internal

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

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

    deriving-compat Text.Read.Deriving.Internal

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

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

    deriving-compat Text.Read.Deriving.Internal

    Like deriveRead, but takes a ReadOptions argument.

Page 14 of many | Previous | Next