Skip to content

Instantly share code, notes, and snippets.

@orospakr
Created December 21, 2012 05:27
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 orospakr/4350859 to your computer and use it in GitHub Desktop.
Save orospakr/4350859 to your computer and use it in GitHub Desktop.
data Paragraph = String
readParagraphs :: String -> [Paragraph]
readParagraphs file = lines file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment