Created
September 18, 2014 03:17
-
-
Save tonyday567/0c918b3a18b5a311f70b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vcStd :: Managed (View C.ByteString, Controller C.ByteString) | |
vcStd = ((,) <$> pure (contramap show MVC.stdoutLines) <*> fmap C.pack <$> MVC.stdinLines) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment