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. setDelegateCtlc :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

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

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

    rio RIO.Process

    Detach console on Windows, see detach_console. Default: False

  3. setNewSession :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Set a new session with the POSIX setsid syscall, does nothing on non-POSIX. See new_session. Default: False

  4. setStderr :: StreamSpec 'STOutput stderr -> ProcessConfig stdin stdout stderr0 -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Set the child's standard error stream to the given StreamSpec. Default: inherit

  5. setStdin :: StreamSpec 'STInput stdin -> ProcessConfig stdin0 stdout stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Set the child's standard input stream to the given StreamSpec. Default: inherit

  6. setStdout :: StreamSpec 'STOutput stdout -> ProcessConfig stdin stdout0 stderr -> ProcessConfig stdin stdout stderr

    rio RIO.Process

    Set the child's standard output stream to the given StreamSpec. Default: inherit

  7. setConPrefix :: String -> MakeMessageOpts -> MakeMessageOpts

    shakespeare Text.Shakespeare.I18N

    Set the prefix for the constructor names

  8. setGenType :: Bool -> MakeMessageOpts -> MakeMessageOpts

    shakespeare Text.Shakespeare.I18N

    Whether to generate a new datatype from the constructors found in the .msg files

  9. setTypeSuffix :: String -> MakeMessageOpts -> MakeMessageOpts

    shakespeare Text.Shakespeare.I18N

    Set the suffix for the datatype name

  10. setUseRecordCons :: Bool -> MakeMessageOpts -> MakeMessageOpts

    shakespeare 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.

Page 258 of many | Previous | Next