Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created November 16, 2017 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/3bc886c5f4fe16e37d2f97cb2cb972d9 to your computer and use it in GitHub Desktop.
Save deque-blog/3bc886c5f4fe16e37d2f97cb2cb972d9 to your computer and use it in GitHub Desktop.
readLine : IOSpec String
readLine = ReadLine
prnLine : String -> IOSpec ()
prnLine s = WriteLine s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment