#1841: Data.Typeable: Instances of basic types don't provide qualified strings 
to
mkTyCon
-------------------------------+--------------------------------------------
    Reporter:  guest           |        Owner:         
        Type:  bug             |       Status:  new    
    Priority:  normal          |    Milestone:         
   Component:  libraries/base  |      Version:  6.8.1  
    Severity:  normal          |   Resolution:         
    Keywords:                  |     Testcase:         
Architecture:  Unknown         |           Os:  Unknown
-------------------------------+--------------------------------------------
Comment (by guest):

 I'm working on a Haskell library aimed at working with Template Haskell
 Types (i.e. Language.Haskell.TH.Type).

 One of the features offered is translating between TypeRep and Type. The
 translation is not really reliable for user-defined types since the user
 can provide "wrong" Typeable instances, but fixing this bug would
 certainly help.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1841#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to