parser: maybe fixed a parser bug; examples: added them

This commit is contained in:
2017-05-25 18:04:57 -04:00
parent e91588ab96
commit e612b3c226
4 changed files with 15 additions and 1 deletions

View File

@@ -88,7 +88,6 @@ headAndBlock parser = do
_ <- P.string ")"
_ <- optspace
body <- block
_ <- optspace
return (args, body)