Comment on Use Haskell for shell scriptingComments−amelius11yI wonder why it uses the convention:stdout (input "test/foo")instead of:output stdout (input "test/foo")which would be expected considering the previous line.
Comments
I wonder why it uses the convention:
stdout (input "test/foo")
instead of:
output stdout (input "test/foo")
which would be expected considering the previous line.