Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Sys.StdStream
Documentation
Constructors
Inherit | Inherit Handle from parent |
UseHandle Handle | Use the supplied Handle |
CreatePipe | Create a new pipe. The returned
|
Instances
Eq StdStream | |
Show StdStream | |
(Choice p, Applicative f) => AsCreatePipe p f StdStream | |
(Choice p, Applicative f) => AsUseHandle p f StdStream | |
(Choice p, Applicative f) => AsInherit p f StdStream | |
AsStdStream p f StdStream | |
AsStderr p f StdStream | |
AsStdout p f StdStream | |
AsStdin p f StdStream |
class AsStdStream p f s where Source
Minimal complete definition
Nothing
Methods
_StdStream :: Optic' p f s StdStream Source
Instances
(Profunctor p, Functor f) => AsStdStream p f StdStream | |
AsStdStream p f StdStream |
class AsInherit p f s where Source
Minimal complete definition
Nothing
Instances
(Choice p, Applicative f) => AsInherit p f StdStream | |
AsInherit p f () |
class AsUseHandle p f s where Source
Minimal complete definition
Nothing
Methods
_UseHandle :: Optic' p f s Handle Source
Instances
(Choice p, Applicative f) => AsUseHandle p f StdStream | |
AsUseHandle p f Handle |
class AsCreatePipe p f s Source
Instances
(Choice p, Applicative f) => AsCreatePipe p f StdStream | |
AsCreatePipe p f () |