Re: classes and template haskell (bug?)

2004-01-01 Thread Jeremy Shaw
Hello, No dice. Using cvs head from 12/31, I get the same behavior, (plus a new bug). Using the same test as before (after updating the import line): *Main> runQ [d| instance Test (a,b) |] >>= putStrLn . show ghc-6.3: panic! (the `impossible' happened, GHC version 6.3): Failed binder look

Re: Running a "final" finaliser

2004-01-01 Thread Adrian Hey
On Wednesday 31 Dec 2003 10:05 am, Adrian Hey wrote: > On Wednesday 31 Dec 2003 8:56 am, Adrian Hey wrote: > > Intended use is something like this... > > > > {-# notInline libXYZRef #-} > > libXYZRef :: LibRef > > libXYZRef = unsafePerformIO newLibRef > > > > main :: IO () > > main = finally (initL