Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
servant-docs Servant.Docs.Internal How many content-types for each example should be shown?
-
GLUT Graphics.UI.GLUT.Window No documentation available.
ShowConstructor :: Expr s a -> Expr s adhall Dhall.Core ShowConstructor x ~ showConstructor x
ShowConstructorNotOnUnion :: TypeMessage s adhall Dhall.TypeCheck No documentation available.
type
ShowsPrec a = (Int -> a -> ShowS, [a] -> ShowS)generic-data Generic.Data.Internal.Show No documentation available.
-
om-show OM.Show Wrapper whose Show instance outputs JSON. Especially useful with `-XDerivingVia` e.g.
newtype Foo = Foo SomeType deriving Show via (ShowJ SomeType)
This will cause @show (foo :: Foo) to output the JSON representation of SomeType. -
om-show OM.Show No documentation available.
-
prelude-compat Prelude2010 The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.
-
rebase Rebase.Prelude The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.
-
show-combinators Text.Show.Combinators Strings representing a set of record fields separated by commas. They can be constructed using (.=.) and (@|), or using showField and appendFields.