[GHC] #12942: Add infix flag for class and data declarations
GHC
ghc-devs at haskell.org
Sun Dec 11 19:59:27 UTC 2016
#12942: Add infix flag for class and data declarations
-------------------------------------+-------------------------------------
Reporter: alanz | Owner: alanz
Type: task | Status: new
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #3384 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by alanz):
`NamedThing` has a method `getName :: a -> Name` which is meaningless in
the `RdrName` case for the `ParsedSource`.
I see that `OutputableBndr` has class methods `pprPrefixOcc, pprInfixOcc
:: a -> SDoc` which will work for the `BooleanFormula` case.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12942#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list