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

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

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

  3. deriveShow1Options :: ShowOptions -> Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

    Like deriveShow1, but takes a ShowOptions argument.

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

    deriving-compat Text.Show.Deriving

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

  5. deriveShow2Options :: ShowOptions -> Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

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

  6. deriveShowOptions :: ShowOptions -> Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

    Like deriveShow, but takes a ShowOptions argument.

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

    deriving-compat Text.Show.Deriving.Internal

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

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

    deriving-compat Text.Show.Deriving.Internal

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

  9. deriveShow1Options :: ShowOptions -> Name -> Q [Dec]

    deriving-compat Text.Show.Deriving.Internal

    Like deriveShow1, but takes a ShowOptions argument.

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

    deriving-compat Text.Show.Deriving.Internal

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

Page 15 of many | Previous | Next