#2584: Pretty printing of types with HsDocTy goes wrong
-----------------------------+----------------------------------------------
    Reporter:  NeilMitchell  |        Owner:         
        Type:  bug           |       Status:  new    
    Priority:  normal        |    Milestone:         
   Component:  Compiler      |      Version:  6.9    
    Severity:  major         |   Resolution:         
    Keywords:                |     Testcase:         
Architecture:  Unknown       |           Os:  Unknown
-----------------------------+----------------------------------------------
Comment (by NeilMitchell):

 This bug can be tickled from haddock with the file:

 {{{
 module Test where

 unmap :: (a -> b) -- ^comment
       -> a
 unmap f = undefined
 }}}

 In the generated documentation all brackets are missing.

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