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.
ShowMigration :: HasCallStack => Migration -> SqlQueryRep Void [Text]persistent-mtl Database.Persist.Monad.TestUtils Constructor corresponding to showMigration
class Ord a =>
ShowErrorComponent ashellwords Text.Megaparsec.Compat The type class defines how to print a custom component of ParseError.
-
Pretty-print Show output and JSON.
-
shower Shower.Class A tagless final encoding for a result builder (ShowS, Doc, Html, etc). Note that showerStringLit and showerCharLit take exact uninterpreted strings to avoid losing information (e.g. "\n" vs. "\10").
-
shower Shower.Class Either a comma or an element. For example, the tuple section (,a,,b) is represented like this:
[ ShowerCommaSep, ShowerCommaElement "a", ShowerCommaSep, ShowerCommaSep, ShowerCommaElement "b" ]
ShowerCommaElement :: a -> ShowerComma ashower Shower.Class An element
ShowerCommaSep :: ShowerComma ashower Shower.Class A comma, ','
-
shower Shower.Class A field separator used in records, either '=' for Haskell records or ':' for JSON.
ShowerFieldSepColon :: ShowerFieldSepshower Shower.Class A colon, ':'
ShowerFieldSepEquals :: ShowerFieldSepshower Shower.Class An equality sign, '='