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.
setDelegateCtlc :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrrio RIO.Process 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 stderrrio RIO.Process Detach console on Windows, see detach_console. Default: False
setNewSession :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrrio RIO.Process Set a new session with the POSIX setsid syscall, does nothing on non-POSIX. See new_session. Default: False
-
rio RIO.Process Set the child's standard error stream to the given StreamSpec. Default: inherit
-
rio RIO.Process Set the child's standard input stream to the given StreamSpec. Default: inherit
-
rio RIO.Process Set the child's standard output stream to the given StreamSpec. Default: inherit
setConPrefix :: String -> MakeMessageOpts -> MakeMessageOptsshakespeare Text.Shakespeare.I18N Set the prefix for the constructor names
setGenType :: Bool -> MakeMessageOpts -> MakeMessageOptsshakespeare Text.Shakespeare.I18N Whether to generate a new datatype from the constructors found in the .msg files
setTypeSuffix :: String -> MakeMessageOpts -> MakeMessageOptsshakespeare Text.Shakespeare.I18N Set the suffix for the datatype name
setUseRecordCons :: Bool -> MakeMessageOpts -> MakeMessageOptsshakespeare Text.Shakespeare.I18N Set whether to use record constructors or normal constructors. If you are getting partial-fields warnings you want to remove, set this to False. If you want to use record syntax, set this to True.