Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showErrorItem :: VisualStream s => Proxy s -> ErrorItem (Token s) -> String

    shellwords Text.Megaparsec.Compat

    Pretty-print an ErrorItem.

  2. showTokens :: VisualStream s => Proxy s -> NonEmpty (Token s) -> String

    shellwords Text.Megaparsec.Compat

    Pretty-print non-empty stream of tokens. This function is also used to print single tokens (represented as singleton lists).

  3. package shower

    Clean up the formatting of 'show' output Clean up the formatting of show output

  4. shower :: Show a => a -> String

    shower Shower

    A drop-in replacement for show that has nice layout. NB: does not handle infinite data structures at the moment.

  5. showerString :: String -> Either String String

    shower Shower

    Parse and pretty-print show output or JSON.

  6. showerAtom :: Shower a => String -> a

    shower Shower.Class

    Variable names, numeric literals, and so on.

  7. showerCharLit :: Shower a => String -> a

    shower Shower.Class

    A character literal, '('.

  8. showerList :: Shower a => [ShowerComma a] -> a

    shower Shower.Class

    A list, [1, 2, 3].

  9. showerRecord :: Shower a => [ShowerComma (a, ShowerFieldSep, a)] -> a

    shower Shower.Class

    A record, { x = 24, y = 42 } or { "a": null, "b": 13 }.

  10. showerSpace :: Shower a => [a] -> a

    shower Shower.Class

    Whitespace-separated elements.

Page 158 of many | Previous | Next