Fixed a small parser bug involving variant
This commit is contained in:
parent
b9cbcf0902
commit
0d63eeb400
|
@ -1584,8 +1584,7 @@ caseInput
|
||||||
variant :: OccParser (A.Structured A.Variant)
|
variant :: OccParser (A.Structured A.Variant)
|
||||||
variant
|
variant
|
||||||
= do m <- md
|
= do m <- md
|
||||||
tl <- taggedList
|
tl <- tryVX taggedList eol
|
||||||
eol
|
|
||||||
indent
|
indent
|
||||||
p <- process
|
p <- process
|
||||||
outdent
|
outdent
|
||||||
|
|
Loading…
Reference in New Issue
Block a user