comment typo
This commit is contained in:
parent
1ff7610118
commit
18c7b993bd
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ splitWord = separate isSpace
|
||||||
|
|
||||||
{- When a program speaks a simple protocol over stdio, any other output
|
{- When a program speaks a simple protocol over stdio, any other output
|
||||||
- to stdout (or anything that attempts to read from stdin)
|
- to stdout (or anything that attempts to read from stdin)
|
||||||
- will mess up the protocol. To avoid that, close stdin, and
|
- will mess up the protocol. To avoid that, close stdin,
|
||||||
- and duplicate stderr to stdout. Return two new handles
|
- and duplicate stderr to stdout. Return two new handles
|
||||||
- that are duplicates of the original (stdin, stdout). -}
|
- that are duplicates of the original (stdin, stdout). -}
|
||||||
dupIoHandles :: IO (Handle, Handle)
|
dupIoHandles :: IO (Handle, Handle)
|
||||||
|
|
Loading…
Reference in a new issue