RE: Modules with empty export lists

1999-06-14 Thread Simon Peyton-Jones
The following code produces: MTest.lhs:2:10: parse error on input: ")" although this should be perfectly ok... consider a module that just imports instance declarations... Quite right. And it works with the new parser. Simon

Modules with empty export lists

1999-06-13 Thread Michael Weber
Hi! The following code produces: MTest.lhs:2:10: parse error on input: ")" although this should be perfectly ok... consider a module that just imports instance declarations... Cheers, Michael \begin{code} module M() where instance Show ... \end{code} -- XXXVII: Ninety