Ticket #1260 (closed bug: fixed)
TH doesn't pretty-print classes without fundeps correctly
| Reported by: | greenrd | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.1 |
| Component: | Template Haskell | Version: | 6.6 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Easy (less than 1 hour) | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
