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. Snprintf :: LicenseId

    Cabal-syntax Distribution.SPDX.LicenseId

    snprintf, snprintf License, SPDX License List 3.23

  2. localTimePrint :: (TimeFormat format, Timeable t) => format -> LocalTime t -> String

    hourglass Data.Hourglass

    Pretty print local time to a string. The actual output is determined by the format used.

  3. timeFormatPrint :: TimeFormatFct -> DateTime -> String

    hourglass Data.Hourglass

    No documentation available.

  4. timePrint :: (TimeFormat format, Timeable t) => format -> t -> String

    hourglass Data.Hourglass

    Pretty print time to a string The actual output is determined by the format used

  5. prettyPrint :: (DynGraph gr, Show a, Show b) => gr a b -> IO ()

    fgl Data.Graph.Inductive.Graph

    Pretty-print the graph to stdout.

  6. actionPrintDetailedName :: (HasCallStack, MonadIO m) => Text -> Maybe GVariant -> m Text

    gi-gio GI.Gio.Interfaces.Action

    Formats a detailed action name from actionName and targetValue. It is an error to call this function with an invalid action name. This function is the opposite of actionParseDetailedName. It will produce a string that can be parsed back to the actionName and targetValue by that function. See that function for the types of strings that will be printed by this function. Since: 2.38

  7. applicationCommandLinePrintLiteral :: (HasCallStack, MonadIO m, IsApplicationCommandLine a) => a -> Text -> m ()

    gi-gio GI.Gio.Objects.ApplicationCommandLine

    Prints a message using the stdout print handler in the invoking process. Unlike g_application_command_line_print(), message is not a printf()-style format string. Use this function if message contains text you don't have control over, that could include printf() escape sequences. Since: 2.80

  8. applicationCommandLinePrinterrLiteral :: (HasCallStack, MonadIO m, IsApplicationCommandLine a) => a -> Text -> m ()

    gi-gio GI.Gio.Objects.ApplicationCommandLine

    Prints a message using the stderr print handler in the invoking process. Unlike g_application_command_line_printerr(), message is not a printf()-style format string. Use this function if message contains text you don't have control over, that could include printf() escape sequences. Since: 2.80

  9. dBusMessagePrint :: (HasCallStack, MonadIO m, IsDBusMessage a) => a -> Word32 -> m Text

    gi-gio GI.Gio.Objects.DBusMessage

    Produces a human-readable multi-line description of message. The contents of the description has no ABI guarantees, the contents and formatting is subject to change at any time. Typical output looks something like this:

    Flags:   none
    Version: 0
    Serial:  4
    Headers:
    path -> objectpath '/org/gtk/GDBus/TestObject'
    interface -> 'org.gtk.GDBus.TestInterface'
    member -> 'GimmeStdout'
    destination -> ':1.146'
    Body: ()
    UNIX File Descriptors:
    (none)
    
    or
    Flags:   no-reply-expected
    Version: 0
    Serial:  477
    Headers:
    reply-serial -> uint32 4
    destination -> ':1.159'
    sender -> ':1.146'
    num-unix-fds -> uint32 1
    Body: ()
    UNIX File Descriptors:
    fd 12: dev=0:10,mode=020620,ino=5,uid=500,gid=5,rdev=136:2,size=0,atime=1273085037,mtime=1273085851,ctime=1272982635
    
    Since: 2.26

  10. messageFingerprint :: Message -> !Fingerprint

    distributed-process Control.Distributed.Process.Internal.Types

    No documentation available.

Page 294 of many | Previous | Next