
2 Apr
2007
2 Apr
'07
8:02 a.m.
| I am trying to use the Template Haskell AST system for internal | representation of terms in a derivation library that can output | Haskell or feed directly into a splice. This "bug", unfixed, would | force me to fork the TH pretty printer. What would people think of a | patch changing the behavor to "Always produce parsable output"? (Yes, | I'm offering to implement it.) Good plan. You may find the function isSymOcc :: OccName -> Bool in OccName.lhs useful Send us a patch, by all means. Thanks for offering to help. Simon