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.
showsPrec1Const :: ShowS -> Int -> f a -> ShowSderiving-compat Data.Deriving.Internal No documentation available.
showsPrec1ConstValName :: Namederiving-compat Data.Deriving.Internal No documentation available.
showsPrecConst :: ShowS -> Int -> a -> ShowSderiving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
showEmptyCaseBehavior :: ShowOptions -> Boolderiving-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.)
showEmptyCaseBehavior :: ShowOptions -> Boolderiving-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.)
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."-
formatting Formatting.Internal.Raw No documentation available.
-
midi Sound.MIDI.File Deprecated: only use this for debugging