parser: maybe fixed a parser bug; examples: added them
This commit is contained in:
@@ -88,7 +88,6 @@ headAndBlock parser = do
|
||||
_ <- P.string ")"
|
||||
_ <- optspace
|
||||
body <- block
|
||||
_ <- optspace
|
||||
return (args, body)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user