FIX dynamic001 dynamic002: isTupleTyCon had rotted
authorSimon Marlow <simonmar@microsoft.com>
Tue, 5 Feb 2008 10:39:04 +0000 (10:39 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 5 Feb 2008 10:39:04 +0000 (10:39 +0000)
commit98f5891eff7b3b207b21cdb4f75ee4f99eed85ce
tree5e07d00ee8fd79af5ceb37c8fd5cde8df6843bca
parent545bb3c0d1f09337fd89eead0d4a60b80988b068
FIX dynamic001 dynamic002: isTupleTyCon had rotted
In the patch "Tuple tycons have parens around their names", the names
of the tuple tycons were changed to include parens, but isTupleTyCon
was not updated to match, which made tuple types show as "(,) a b"
rather than "(a,b)"
Data/Typeable.hs