Ticket #42 (closed bug: Fixed)
Perverse data type causes panic
Description
The following data type definitions cause GHC to panic:
data T1
data T6 = T6 !T1 Int
ghc-5.02: panic! (the `impossible' happened, GHC
version 5.02): ctrlRetConvAlg Test.T1{-r6-}
I expected T6 to be isomorphic to T1; that is, bottom only.
Change History
Note: See
TracTickets for help on using
tickets.
