Re: Hat bug report: Ambiguous occurrence `List'
Malcolm Wallace <[email protected]> Wed, 23 Jun 2004 15:32:34 +0100
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
> 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