| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Sys.CreateProcess
Documentation
data CreateProcess Source
Constructors
| CreateProcess CmdSpec (Maybe FilePath) (Maybe [(String, String)]) StdStream StdStream StdStream Bool Bool Bool |
Instances
| Eq CreateProcess | |
| Show CreateProcess | |
| Applicative f => AsRawCommand (->) f CreateProcess | |
| Applicative f => AsShellCommand (->) f CreateProcess | |
| Applicative f => AsExecutableArguments (->) f CreateProcess | |
| Applicative f => AsExecutableName (->) f CreateProcess | |
| Functor f => AsCmdSpec (->) f CreateProcess | |
| Functor f => AsDelegateCtrlC (->) f CreateProcess | |
| Functor f => AsCreateGroup (->) f CreateProcess | |
| Functor f => AsCloseDescriptors (->) f CreateProcess | |
| Functor f => AsStderr (->) f CreateProcess | |
| Functor f => AsStdout (->) f CreateProcess | |
| Functor f => AsStdin (->) f CreateProcess | |
| Functor f => AsEnvironment (->) f CreateProcess | |
| Functor f => AsWorkingDirectory (->) f CreateProcess | |
| AsCreateProcess p f CreateProcess |
class AsCreateProcess p f s where Source
Minimal complete definition
Nothing
Methods
_CreateProcess :: Optic' p f s CreateProcess Source
Instances
| (Profunctor p, Functor f) => AsCreateProcess p f CreateProcess | |
| AsCreateProcess p f CreateProcess |
class AsWorkingDirectory p f s where Source
Minimal complete definition
Nothing
Methods
_WorkingDirectory :: Optic' p f s (Maybe FilePath) Source
Instances
| Functor f => AsWorkingDirectory (->) f CreateProcess | |
| AsWorkingDirectory p f (Maybe FilePath) |
class AsEnvironment p f s where Source
Minimal complete definition
Nothing
Instances
| Functor f => AsEnvironment (->) f CreateProcess | |
| AsEnvironment p f (Maybe [(String, String)]) |
class AsStdin p f s where Source
Minimal complete definition
Nothing
Instances
| Functor f => AsStdin (->) f CreateProcess | |
| AsStdin p f StdStream |
class AsStdout p f s where Source
Minimal complete definition
Nothing
Instances
| Functor f => AsStdout (->) f CreateProcess | |
| AsStdout p f StdStream |
class AsStderr p f s where Source
Minimal complete definition
Nothing
Instances
| Functor f => AsStderr (->) f CreateProcess | |
| AsStderr p f StdStream |
class AsCloseDescriptors p f s where Source
Minimal complete definition
Nothing
Methods
_CloseDescriptors :: Optic' p f s Bool Source
Instances
| Functor f => AsCloseDescriptors (->) f CreateProcess | |
| AsCloseDescriptors p f Bool |
class AsCreateGroup p f s where Source
Minimal complete definition
Nothing
Methods
_CreateGroup :: Optic' p f s Bool Source
Instances
| Functor f => AsCreateGroup (->) f CreateProcess | |
| AsCreateGroup p f Bool |
class AsDelegateCtrlC p f s where Source
Minimal complete definition
Nothing
Methods
_DelegateCtrlC :: Optic' p f s Bool Source
Instances
| Functor f => AsDelegateCtrlC (->) f CreateProcess | |
| AsDelegateCtrlC p f Bool |