#1260: TH doesn't pretty-print classes without fundeps correctly
---------------------------------+------------------------------------------
    Reporter:  greenrd           |       Owner:          
        Type:  bug               |      Status:  new     
    Priority:  normal            |   Milestone:          
   Component:  Template Haskell  |     Version:  6.6     
    Severity:  normal            |    Keywords:          
  Difficulty:  Easy (1 hr)       |    Testcase:          
Architecture:  Multiple          |          Os:  Multiple
---------------------------------+------------------------------------------
A class with no functional dependencies is pretty-printed with a spurious
 | character, like in this example:

 {{{
 class Abstraction c_0 a_1 |
     where abstractL :: forall m_2 . GHC.Base.Monad m_2 => c_0 ->
 Control.Monad.State.StateT ([(Ident,
 Term)])
 m_2
 a_1
 }}}

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