RE: IS THIS A BUG ? rename/RnEnv.lhs:238: Non-exhaustive patterns in function get_tycon_key

2000-10-03 Thread Simon Peyton-Jones
| CODE THAT PRODUCES THE ERROR | | module Foo where | | import MutableArray | import ByteArray | import ST | import PrelArrExtra | | class Foo t where | | foo :: t - ByteArray ix | | instance Ix ix = Foo (forall s. MutableByteArray s ix) where | | foo x =

New Version of plusAddr and HDirect Conflict

2000-10-03 Thread Steinitz, Dominic J
I've just upgraded to 4.08 (because I need to do some profiling) and am in the process of rebuilding HDirect. I'm getting the following Pointer.lhs:103: Couldn't match `AddrOff' against `Int' Expected type: AddrOff Inferred type: Int In the application `toInt i' In

Re: New Version of plusAddr and HDirect Conflict

2000-10-03 Thread Michael Weber
[CC field left intact, despite nonexistant Mail-Followup-To] On Tue, Oct 03, 2000 at 13:52:38 +, Steinitz, Dominic J wrote: Pointer.lhs:103: Couldn't match `AddrOff' against `Int' Expected type: AddrOff Inferred type: Int In the application `toInt i' In the

PPC port of ghc.

2000-10-03 Thread David Brown
I noticed that GHC mentions a powerpc AIX port. I was wondering what the difficulty would be in porting GHC to Linux-PPC. Thanks, Dave Brown