Ticket #443 (closed bug: Fixed)
Unify.unifyTauTyLists: mismatched type lists!
Description
the following simple code ------------------------- data List elem = Cons elem List | Nil t1 :: List t1 = Cons 1 Nil ------------------------- causes (loaded within ghci): ghc-6.4: panic! (the `impossible' happened, GHC version 6.4): Unify.unifyTauTyLists: mismatched type lists! Please report it as a compiler bug to glasgow-haskell-bugs@haskell.org, or http://sourceforge.net/projects/ghc/.
Change History
Note: See
TracTickets for help on using
tickets.
