about template haskell's pretty print: ($$$) xy = ...
Language.Haskell.TH.Ppr
Now:
ppr $ FunD (mkName "$$" [Clause [] (NormalB $ VarE $ mkName "x") []] => $$ = x
I want:
> ($$) = x
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.6.3 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Template Haskell |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |