darcs patch: Create showName, which takes an addition... (and 4 more)
Adds support for handling prefix and infix names to the (Template Haskell) pretty printer; parenthesis and backticks are added as needed to match the intrinsic fixity of symbols with fixity contexts. Also contains a one-line fix causing irrefutable patterns to be properly printed. NB: changes Show Name output. Sun Apr 1 09:46:35 PDT 2007 Stefan O'Rear <stefanor@cox.net> * Create showName, which takes an additional prefix-context argument Sun Apr 1 09:48:14 PDT 2007 Stefan O'Rear <stefanor@cox.net> * Thread prefix-context argument through pprName Sun Apr 1 09:56:55 PDT 2007 Stefan O'Rear <stefanor@cox.net> * Use pprName False in pretty printer Sun Apr 1 09:59:45 PDT 2007 Stefan O'Rear <stefanor@cox.net> * Typo fixes, missing {in,ex}ports Sun Apr 1 12:02:15 PDT 2007 Stefan O'Rear <stefanor@cox.net> * Properly handle tilde-patterns
participants (1)
-
Stefan O'Rear