Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setLogUseLoc :: Bool -> LogOptions -> LogOptions

    rio RIO

    Use code location in the log output. Default: True if in verbose mode, False otherwise.

  2. setLogUseTime :: Bool -> LogOptions -> LogOptions

    rio RIO

    Include the time when printing log messages. Default: True in debug mode, False otherwise.

  3. setLogVerboseFormat :: Bool -> LogOptions -> LogOptions

    rio RIO

    Use the verbose format for printing log messages. Default: follows the value of the verbose flag.

  4. setLogVerboseFormatIO :: IO Bool -> LogOptions -> LogOptions

    rio RIO

    Refer to setLogVerboseFormat. This modifier allows to alter the verbose format value dynamically at runtime. Default: follows the value of the verbose flag.

  5. sets :: ((a -> b) -> s -> t) -> ASetter s t a b

    rio RIO

    sets creates an ASetter from an ordinary function. (The only thing it does is wrapping and unwrapping Identity.)

  6. setChildGroup :: GroupID -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Set the child process's group ID with the POSIX setgid syscall, does nothing on non-POSIX. See child_group. Default: False

  7. setChildUser :: UserID -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Set the child process's user ID with the POSIX setuid syscall, does nothing on non-POSIX. See child_user. Default: False

  8. setCloseFds :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Should we close all file descriptors besides stdin, stdout, and stderr? See close_fds for more information. Default: False

  9. setCreateGroup :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Should we create a new process group? Default: False

  10. setCreateNewConsole :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Create new console on Windows, see create_new_console. Default: False

Page 257 of many | Previous | Next