Created
August 5, 2018 19:28
-
-
Save greatBigDot/57bed9ae413fb761de8372e7f782b619 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
| <interactive>:1:6: error: | |
| Not in scope: ‘System.IO.hSetBuffering’ | |
| No module named ‘System.IO’ is imported. | |
| <interactive>:1:30: error: | |
| Not in scope: ‘System.IO.stdin’ | |
| No module named ‘System.IO’ is imported. | |
| <interactive>:1:46: error: | |
| Not in scope: data constructor ‘System.IO.NoBuffering’ | |
| No module named ‘System.IO’ is imported. | |
| <interactive>:1:70: error: | |
| Not in scope: ‘System.IO.hSetBuffering’ | |
| No module named ‘System.IO’ is imported. | |
| <interactive>:1:94: error: | |
| Not in scope: ‘System.IO.stdout’ | |
| No module named ‘System.IO’ is imported. | |
| <interactive>:1:111: error: | |
| Not in scope: data constructor ‘System.IO.NoBuffering’ | |
| No module named ‘System.IO’ is imported. | |
| <interactive>:1:135: error: | |
| Not in scope: ‘System.IO.hSetBuffering’ | |
| No module named ‘System.IO’ is imported. | |
| <interactive>:1:159: error: | |
| Not in scope: ‘System.IO.stderr’ | |
| No module named ‘System.IO’ is imported. | |
| <interactive>:1:176: error: | |
| Not in scope: data constructor ‘System.IO.NoBuffering’ | |
| No module named ‘System.IO’ is imported. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment