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.
sets :: ((a -> b) -> s -> t) -> Setter s t a boptics-core Optics.Setter Build a setter from a function to modify the element(s), which must respect the well-formedness laws.
setChildGroup :: GroupID -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-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
setChildGroupInherit :: ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed Inherit the group from the parent process.
setChildUser :: UserID -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-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
setChildUserInherit :: ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed Inherit the user from the parent process.
setCloseFds :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed Should we close all file descriptors besides stdin, stdout, and stderr? See close_fds for more information. Default: False
setCreateGroup :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed Should we create a new process group? Default: False
-
typed-process System.Process.Typed Create new console on Windows, see create_new_console. Default: False
setDelegateCtlc :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed Delegate handling of Ctrl-C to the child. For more information, see delegate_ctlc. Default: False
setDetachConsole :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed Detach console on Windows, see detach_console. Default: False