Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. noPrintFunc :: Maybe PrintFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe PrintFunc.

  2. wrap_PrintFunc :: Maybe (Ptr (FunPtr C_PrintFunc)) -> PrintFunc -> C_PrintFunc

    gi-glib GI.GLib.Callbacks

    Wrap a PrintFunc into a C_PrintFunc.

  3. AsciiTypePrint :: AsciiType

    gi-glib GI.GLib.Flags

    No description available in the introspection data.

  4. unicharIsprint :: (HasCallStack, MonadIO m) => Char -> m Bool

    gi-glib GI.GLib.Functions

    Determines whether a character is printable. Unlike unicharIsgraph, returns True for spaces. Given some UTF-8 text, obtain a character value with utf8GetChar.

  5. memChunkPrint :: (HasCallStack, MonadIO m) => MemChunk -> m ()

    gi-glib GI.GLib.Structs.MemChunk

    No description available in the introspection data.

  6. relationPrint :: (HasCallStack, MonadIO m) => Relation -> m ()

    gi-glib GI.GLib.Structs.Relation

    Deprecated: (Since version 2.26)Rarely used API

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

  8. 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.

  9. exactPrint :: ExactP ast => ast SrcSpanInfo -> [Comment] -> String

    haskell-src-exts Language.Haskell.Exts.ExactPrint

    Print an AST exactly as specified by the annotations on the nodes in the tree.

  10. prettyPrint :: Pretty a => a -> String

    haskell-src-exts Language.Haskell.Exts.Pretty

    pretty-print with the default style and defaultMode.

Page 292 of many | Previous | Next