Allow empty formal lists too
This commit is contained in:
parent
4b0e02a4ce
commit
f84ce0e5c2
|
@ -1431,7 +1431,7 @@ formalList :: OccParser [A.Formal]
|
|||
formalList
|
||||
= do m <- md
|
||||
sLeftR
|
||||
fs <- formalArgSet
|
||||
fs <- option [] formalArgSet
|
||||
sRightR
|
||||
return fs
|
||||
<?> "formal list"
|
||||
|
|
Loading…
Reference in New Issue
Block a user