
23 Jun
2004
23 Jun
'04
10:32 a.m.
The main problem here seems to be that Hat doesn't support the "Data.Word" module. Is there any simple work-around? I'm not particularly interested in tracing that module.
I have just checked into CVS a tracing version of Data.Word. It compiles, but I haven't tested it. Currently it provides instances of Eq, Ord, Bounded, Num, Enum, Read, Show but omits instances of Real, Integral, Ix because of tedious errors I haven't tracked down. If you need those instances, I'll look into it further. Regards, Malcolm