Skip to content

Instantly share code, notes, and snippets.

@billdozr
Created July 3, 2010 11:09
Show Gist options
  • Save billdozr/462507 to your computer and use it in GitHub Desktop.
Save billdozr/462507 to your computer and use it in GitHub Desktop.
cmdLnsParser ctype = (ctype++)
<$> (manyTill anyChar
(try (string ctype *> notFollowedBy alphaNum))
*> manyTill (noneOf "\n\r") eol)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment