RE: GHC warnings

1999-06-29 Thread Simon Peyton-Jones
with -DDEBUG, which I always do. Simon -Original Message- From: Sven Panne Sent: Tuesday, June 29, 1999 4:20 PM To: Simon Peyton-Jones Subject: GHC warnings With a debugging version of ghc I get lots of warnings of the following form: WARNING: file simplCore/Simplify.lhs

Re: GHC warnings

1999-06-29 Thread Sven Panne
Simon Peyton-Jones wrote: [...] They only show up if you compile the compiler with -DDEBUG, which I always do. The r.u.n warnings show up with the "normal" ghc, too, I'm 99% sure about this. And another one (only with -DDEBUG): What do the warnings "extendCSEnv: long list: ..." try to tell