Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
base-prelude BasePrelude 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.
-
citeproc Citeproc.Types No documentation available.
-
mixed-types-num Numeric.MixedTypes.PreludeHiding 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.
type
ShowConstantTermsSQL = LiteralSQLrelational-query Database.Relational.Arrow Deprecated: Use LiteralSQL instead of this.