[GHC] #1831: reify never provides the declaration of variables

GHC trac at galois.com
Mon Nov 5 20:12:16 EST 2007


#1831: reify never provides the declaration of variables
------------------------------+---------------------------------------------
 Reporter:  guest             |          Owner:             
     Type:  bug               |         Status:  new        
 Priority:  normal            |      Milestone:  6.10 branch
Component:  Template Haskell  |        Version:  6.8.1      
 Severity:  normal            |     Resolution:             
 Keywords:                    |     Difficulty:  Unknown    
 Testcase:                    |   Architecture:  Unknown    
       Os:  Unknown           |  
------------------------------+---------------------------------------------
Comment (by guest):

 As a reminder, igloo suggested the possibility of bundling source
 information in interface files (through an optional flag) so that reify
 could then provide declarations of variables defined in external modules
 (as opposed to only offering Dec information if the variable was defined
 in current module).

 That wouldn't either garantee having access to all variable declarations,
 but certainly would make this feature more attractive.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1831#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list