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.
relationPrint :: (HasCallStack, MonadIO m) => Relation -> m ()gi-glib GI.GLib.Structs.Relation Deprecated: (Since version 2.26)Rarely used API
debugPrintSeed :: DebugParams -> Seed -> IO ()tls Network.TLS Add a way to print the seed that was randomly generated. re-using the same seed will reproduce the same randomness with debugSeed Default: no printing
module Language.Haskell.Exts.
ExactPrint Exact-printer for Haskell abstract syntax. The input is a (semi-concrete) abstract syntax tree, annotated with exact source information to enable printing the tree exactly as it was parsed.
exactPrint :: ExactP ast => ast SrcSpanInfo -> [Comment] -> Stringhaskell-src-exts Language.Haskell.Exts.ExactPrint Print an AST exactly as specified by the annotations on the nodes in the tree.
prettyPrint :: Pretty a => a -> Stringhaskell-src-exts Language.Haskell.Exts.Pretty pretty-print with the default style and defaultMode.
prettyPrintStyleMode :: Pretty a => Style -> PPHsMode -> a -> Stringhaskell-src-exts Language.Haskell.Exts.Pretty render the document with a given mode. renderWithMode :: PPHsMode -> Doc -> String renderWithMode = renderStyleMode P.style render the document with defaultMode. render :: Doc -> String render = renderWithMode defaultMode pretty-print with a given style and mode.
prettyPrintWithMode :: Pretty a => PPHsMode -> a -> Stringhaskell-src-exts Language.Haskell.Exts.Pretty pretty-print with the default style and a given mode.
package
prettyprinter-ansi-terminal ANSI terminal backend for the »prettyprinter« package. See README.md
-
rio RIO.Char Selects printable Unicode characters (letters, numbers, marks, punctuation, symbols and spaces). This function returns False if its argument has one of the following GeneralCategorys, or True otherwise:
getExternalPrint :: forall (m :: Type -> Type) . MonadIO m => InputT m (String -> IO ())haskeline System.Console.Haskeline Return a printing function, which in terminal-style interactions is thread-safe and may be run concurrently with user input without affecting the prompt.