Ticket #443 (closed bug: Fixed)

Opened 8 years ago

Last modified 43 years ago

Unify.unifyTauTyLists: mismatched type lists!

Reported by: nobody Owned by: nobody
Priority: normal Milestone:
Component: Compiler Version: 6.4
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

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

Changed 8 years ago by simonpj

Logged In: YES 
user_id=50165

Good bug; already fixed for the upcoming 6.4.1 release. (Try 
the release candidate to confirm.)

Changed 8 years ago by simonpj

  • status changed from assigned to closed
Note: See TracTickets for help on using tickets.