Fixed a small parser bug involving variant

This commit is contained in:
Neil Brown 2009-04-03 15:34:33 +00:00
parent b9cbcf0902
commit 0d63eeb400

View File

@ -1584,8 +1584,7 @@ caseInput
variant :: OccParser (A.Structured A.Variant)
variant
= do m <- md
tl <- taggedList
eol
tl <- tryVX taggedList eol
indent
p <- process
outdent