On Wed, Jul 20, 2005 at 04:52:13PM -0700, Daniel Burrows wrote: > > I was experimenting with writing a functional heap when I got the following > error from ghc: > > ghc-6.4: panic! (the `impossible' happened, GHC version 6.4): > ds_app_type PriorityQueue.PriorityQueue{tc r1qv} [k{tv a1vx}]
With the current CVS GHC, either STABLE or HEAD branch, I get: $ ghc -c PriorityQueue.hs PriorityQueue.hs:16:4: Class `PriorityQueue' used as a type In the class declaration for `PriorityQueue' $ so this will be fixed in the next upload. Thanks Ian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]