Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. makeShowsPrec1 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

    Generates a lambda expression which behaves like showsPrec1 (without requiring a Show1 instance).

  2. makeShowsPrec1Options :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving

    Like makeShowsPrec1, but takes a ShowOptions argument.

  3. makeShowsPrec2 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

    Generates a lambda expression which behaves like showsPrec2 (without requiring a Show2 instance). This function is not available with transformers-0.4.

  4. makeShowsPrec2Options :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

  5. makeShowsPrecOptions :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving

    Like makeShowsPrec, but takes a ShowOptions argument.

  6. defaultShowOptions :: ShowOptions

    deriving-compat Text.Show.Deriving.Internal

    ShowOptions that match the behavior of the most recent GHC release.

  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 256 of many | Previous | Next