Add UInfixT, like UInfixE or UInfixP but for types
TemplateHaskell provides UInfixE and UInfixP for punting fixity handling of infix operators in expressions and patterns. There doesn't seem to be an equivalent for type operators in TH's type representation, but it would be nice to have one.
(In fact, it doesn't appear possible to implement this manually, either, as the TemplateHaskell doesn't expose fixity information at all for type operators, at least as far as I can tell.)
Trac metadata
Trac field | Value |
---|---|
Version | 7.10.1 |
Type | FeatureRequest |
TypeOfFailure | OtherFailure |
Priority | normal |
Resolution | Unresolved |
Component | Template Haskell |
Test case | |
Differential revisions | |
BlockedBy | |
Related | |
Blocking | |
CC | |
Operating system | |
Architecture |