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. showsPrec1Const :: ShowS -> Int -> f a -> ShowS

    deriving-compat Data.Deriving.Internal

    No documentation available.

  2. showsPrec1ConstValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  3. showsPrecConst :: ShowS -> Int -> a -> ShowS

    deriving-compat Data.Deriving.Internal

    No documentation available.

  4. showsPrecConstValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  5. showsPrecValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  6. showEmptyCaseBehavior :: ShowOptions -> Bool

    deriving-compat Text.Show.Deriving

    If True, derived instances for empty data types (i.e., ones with no data constructors) will use the EmptyCase language extension. If False, derived instances will simply use seq instead. (This has no effect on GHCs before 7.8, since EmptyCase is only available in 7.8 or later.)

  7. showEmptyCaseBehavior :: ShowOptions -> Bool

    deriving-compat Text.Show.Deriving.Internal

    If True, derived instances for empty data types (i.e., ones with no data constructors) will use the EmptyCase language extension. If False, derived instances will simply use seq instead. (This has no effect on GHCs before 7.8, since EmptyCase is only available in 7.8 or later.)

  8. shown :: Show a => Format r (a -> r)

    formatting Formatting.Formatters

    Output a showable value (instance of Show) by turning it into Text:

    >>> format ("Value number " % shown % " is " % shown % ".") 42 False
    "Value number 42 is False."
    

  9. shown :: Shown a -> a

    formatting Formatting.Internal.Raw

    No documentation available.

  10. showEvent :: T -> ShowS

    midi Sound.MIDI.File

    Deprecated: only use this for debugging

Page 52 of many | Previous | Next