sof 2002/07/15 22:05:14 PDT Modified files: src parser.y Log: Haskell98 permits empty declarations, alternatives, and statements. Tweaks to make the front-end accept stuff like: module A where {;;import Char;;x=;;f x = case x of {;;2->'a';;_->'b';;};;;;;} Based on a patch contributed by Ross Paterson. Revision Changes Path 1.34 +21 -18 hugs98/src/parser.y