Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. 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.)

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

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

  4. shown :: Shown a -> a

    formatting Formatting.Internal.Raw

    No documentation available.

  5. showEvent :: T -> ShowS

    midi Sound.MIDI.File

    Deprecated: only use this for debugging

  6. showLines :: T -> String

    midi Sound.MIDI.File

    Deprecated: only use this for debugging

  7. showTime :: ElapsedTime -> ShowS

    midi Sound.MIDI.File

    Deprecated: only use this for debugging

  8. showFile :: FilePath -> IO ()

    midi Sound.MIDI.File.Load

    Deprecated: only use this for debugging

  9. showExtension :: Extension -> Text

    pandoc Text.Pandoc.Extensions

    Show an extension in human-readable form.

  10. showFl :: RealFloat a => a -> Text

    pandoc Text.Pandoc.ImageSize

    No documentation available.

Page 86 of many | Previous | Next