
18 Aug
2009
18 Aug
'09
5:05 a.m.
Also, can/do all compilers that implement unsafeCoerce implement a safe Any? Hugs can do it with just "data Any = Ignored" I believe, not sure about nhc, yhc or jhc...
nhc98 and yhc do not implement the Any type. unsafeCoerce is easily implemented without it. Regards, Malcolm