ghc-4.02 denies ";" in the program
------------------
module M (g) where
import N
;
------------------
where N is any module exporting g.
This improves when we insert before ";" a Space
or a line f = 'a'
------------------
Sergey Mechveliani
[EMAIL PROTECTED]
- RE: ";" after empty implementation S.D.Mechveliani
- RE: ";" after empty implementa... Sigbjorn Finne (Intl Vendor)
