Tuple tycons have parens around their names
authorsimonpj@microsoft <unknown>
Thu, 20 Dec 2007 17:18:12 +0000 (17:18 +0000)
committersimonpj@microsoft <unknown>
Thu, 20 Dec 2007 17:18:12 +0000 (17:18 +0000)
commit6f77dd18e9406d91ec87c1695a09c09fbd8d0b5d
tree1bf63352646f859255f75ff9b406a498af0bbc4b
parent848e9b5b80d5e25a2120011c4ac7b38ac4e557f8
Tuple tycons have parens around their names

The name of the pair TyCon, in the Typeable instance,
should be "(,)" not ",".

Don't merge to 6.8; it's a minor API change.
Data/Typeable.hs