diff --git a/fco2/Parse.hs b/fco2/Parse.hs index 2da76f9..34dd268 100644 --- a/fco2/Parse.hs +++ b/fco2/Parse.hs @@ -1431,7 +1431,7 @@ formalList :: OccParser [A.Formal] formalList = do m <- md sLeftR - fs <- formalArgSet + fs <- option [] formalArgSet sRightR return fs "formal list"