> 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
- Re: The return of the Void [Was: newtypes] malcolm
- Re: The return of the Void [Was: newtypes] Fergus Henderson
- Re: The return of the Void [Was: newtypes] Malcolm Wallace
- Re: The return of the Void [Was: newtypes] Fergus Henderson
- RE: The return of the Void [Was: newtypes] Mark P Jones