Skip to content

Instantly share code, notes, and snippets.

@billdozr
Created June 28, 2010 19:28
Show Gist options
  • Save billdozr/456245 to your computer and use it in GitHub Desktop.
Save billdozr/456245 to your computer and use it in GitHub Desktop.
attrParser = (,)
<$> option (oneOf "LMH" <*
(comma
<|> (eof *> return ""))
<?> "options: L|M|H")
<*> option (naturalOrFloat <* eof)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment