Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

    deriving-compat Text.Show.Deriving

    Like makeShowsPrec, but takes a ShowOptions argument.

  2. defaultShowOptions :: ShowOptions

    deriving-compat Text.Show.Deriving.Internal

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

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

    deriving-compat Text.Show.Deriving.Internal

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

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

    deriving-compat Text.Show.Deriving.Internal

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

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

    deriving-compat Text.Show.Deriving.Internal

    Like deriveShow1, but takes a ShowOptions argument.

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

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

    deriving-compat Text.Show.Deriving.Internal

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

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

    deriving-compat Text.Show.Deriving.Internal

    Like deriveShow, but takes a ShowOptions argument.

  9. ghc8ShowBehavior :: ShowOptions -> Bool

    deriving-compat Text.Show.Deriving.Internal

    If True, the derived Show, Show1, or Show2 instance will not surround the output of showing fields of unlifted types with parentheses, and the output will be suffixed with hash signs (#).

  10. legacyShowOptions :: ShowOptions

    deriving-compat Text.Show.Deriving.Internal

    ShowOptions that match the behavior of the installed version of GHC.

Page 256 of many | Previous | Next