Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. sets :: ((a -> b) -> s -> t) -> Setter s t a b

    optics-core Optics.Setter

    Build a setter from a function to modify the element(s), which must respect the well-formedness laws.

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

    typed-process System.Process.Typed

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

  3. setChildGroupInherit :: ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    typed-process System.Process.Typed

    Inherit the group from the parent process.

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

    typed-process System.Process.Typed

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

  5. setChildUserInherit :: ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    typed-process System.Process.Typed

    Inherit the user from the parent process.

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

    typed-process System.Process.Typed

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

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

    typed-process System.Process.Typed

    Should we create a new process group? Default: False

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

    typed-process System.Process.Typed

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

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

    typed-process System.Process.Typed

    Delegate handling of Ctrl-C to the child. For more information, see delegate_ctlc. Default: False

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

    typed-process System.Process.Typed

    Detach console on Windows, see detach_console. Default: False

Page 209 of many | Previous | Next