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. package ansi-wl-pprint

    The Wadler/Leijen Pretty Printer for colored ANSI terminal output This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package.

  2. type C_PrintFunc = CString -> IO ()

    gi-glib GI.GLib.Callbacks

    Type for the callback on the (unwrapped) C side.

  3. dynamic_PrintFunc :: (HasCallStack, MonadIO m) => FunPtr C_PrintFunc -> Text -> m ()

    gi-glib GI.GLib.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  4. genClosure_PrintFunc :: MonadIO m => PrintFunc -> m (GClosure C_PrintFunc)

    gi-glib GI.GLib.Callbacks

    Wrap the callback into a GClosure.

  5. mk_PrintFunc :: C_PrintFunc -> IO (FunPtr C_PrintFunc)

    gi-glib GI.GLib.Callbacks

    Generate a function pointer callable from C code, from a C_PrintFunc.

  6. noPrintFunc :: Maybe PrintFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe PrintFunc.

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

    gi-glib GI.GLib.Callbacks

    Wrap a PrintFunc into a C_PrintFunc.

  8. AsciiTypePrint :: AsciiType

    gi-glib GI.GLib.Flags

    No description available in the introspection data.

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

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

    gi-glib GI.GLib.Structs.MemChunk

    No description available in the introspection data.

Page 180 of many | Previous | Next