id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1841,Data.Typeable: Instances of basic types don't provide qualified strings to mkTyCon,guest,,"The documentation of Data.Typeable.mkTyCon reasonably states that the name of the type constructor provided to mkTyCon ""should be unique in the program, so it might be wise to use the fully qualified name"".


When automatically generating Typeable instances through ""deriving"", the aforementioned advice seems to be followed. However, all the instances of basic types defined in Data.Typeable don't provide qualified constructor names to mkTyCon.

The case of Tuple constructors is specially strange, since the constructor string lacks the surrounding parentheses (e.g "","" "",,"" ... ).

",bug,closed,normal,Not GHC,libraries/base,6.8.1,fixed,,alfonso.acosta@…,Unknown/Multiple,Unknown/Multiple,None/Unknown,Unknown,,,,
