> newtype Void = Void Void deriving Show
> Hugs and hbc accept it without complaining. (I haven't got nhc installed.)
nhc98 reports
====================================
Error when renaming::
Newtype Main.B is circular.
Newtype Main.A is circular.
Newtype Main.Void is circular.
which seems reasonable to me.
Regards,
Malcolm
- The return of the Void [Was: newtypes] Patrik Jansson
- RE: The return of the Void [Was: newtypes] malcolm
- RE: The return of the Void [Was: newtypes] Simon Peyton-Jones
