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.

  1. ShowMigration :: HasCallStack => Migration -> SqlQueryRep Void [Text]

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to showMigration

  2. class Ord a => ShowErrorComponent a

    shellwords Text.Megaparsec.Compat

    The type class defines how to print a custom component of ParseError.

  3. module Shower

    Pretty-print Show output and JSON.

  4. class Shower a

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

  5. data ShowerComma a

    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" ]
    

  6. ShowerCommaElement :: a -> ShowerComma a

    shower Shower.Class

    An element

  7. ShowerCommaSep :: ShowerComma a

    shower Shower.Class

    A comma, ','

  8. data ShowerFieldSep

    shower Shower.Class

    A field separator used in records, either '=' for Haskell records or ':' for JSON.

  9. ShowerFieldSepColon :: ShowerFieldSep

    shower Shower.Class

    A colon, ':'

  10. ShowerFieldSepEquals :: ShowerFieldSep

    shower Shower.Class

    An equality sign, '='

Page 42 of many | Previous | Next