Standarize GHC.Prim.Any

Malcolm Wallace malcolm.wallace at cs.york.ac.uk
Tue Aug 18 05:05:13 EDT 2009


> 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



More information about the Haskell-prime mailing list