Last active
August 29, 2015 14:02
-
-
Save ryantm/e0a94ebcc2e89bbc4add to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import Control.Arrow | |
main = return () | |
printFile = readFile >>> print |
This file contains hidden or 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
blah.hs:5:26: | |
No instance for (Show (IO String)) arising from a use of ‘print’ | |
In the second argument of ‘(>>>)’, namely ‘print’ | |
In the expression: readFile >>> print | |
In an equation for ‘printFile’: printFile = readFile >>> print |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment