#2168: ghci should show haddock comments for identifier
-----------------------------+----------------------------------------------
 Reporter:  j.waldmann       |          Owner:             
     Type:  feature request  |         Status:  new        
 Priority:  normal           |      Milestone:  6.10 branch
Component:  GHCi             |        Version:  6.8.2      
 Severity:  normal           |     Resolution:             
 Keywords:                   |     Difficulty:  Unknown    
 Testcase:                   |   Architecture:  Unknown    
       Os:  Unknown          |  
-----------------------------+----------------------------------------------
Changes (by igloo):

  * milestone:  => 6.10 branch

Comment:

 If we want an IDE to be able to do it then we probably want the
 functionality to be in the GHC API, at which point GHCi may as well do it.

 I don't think looking for the installed docs is a good idea; better would
 be to put the info in the `.hi` file (or another file installed alongside
 the `.o` and `.hi` files; perhaps it would even make sense to spit the
 parsed source out into a file, so that we can also do things like :list?).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2168#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to