#2337: Data.Array documentation utterly broken
------------------------------+---------------------------------------------
 Reporter:  japple            |          Owner:  igloo           
     Type:  bug               |         Status:  new             
 Priority:  high              |      Milestone:  6.12 branch     
Component:  Documentation     |        Version:  6.11            
 Severity:  normal            |     Resolution:                  
 Keywords:                    |     Difficulty:  Unknown         
 Testcase:                    |   Architecture:  Unknown/Multiple
       Os:  Unknown/Multiple  |  
------------------------------+---------------------------------------------
Comment (by simonmar):

 That Haddock bug only applies to references to modules from inside
 documentation, so the hyperlinks for the actual names should still work,
 right?  Also, could we do something like this:

 {{{
 module Data.Array where
 import qualified GHC.Arr

 -- | .. documentation for 'array'
 array = GHC.Arr.array
 }}}

 only works for functions, of course.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2337#comment:18>
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