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
|
||||
= do m <- md
|
||||
tl <- taggedList
|
||||
eol
|
||||
tl <- tryVX taggedList eol
|
||||
indent
|
||||
p <- process
|
||||
outdent
|
||||
|
|
Loading…
Reference in New Issue
Block a user