#4430: Better support for resolving infix expressions in template haskell
---------------------------------+------------------------------------------
Reporter: reinerp | Owner: igloo
Type: feature request | Status: patch
Priority: normal | Milestone: 7.4.1
Component: Template Haskell | Version: 6.12.3
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
Comment(by simonpj@…):
commit 921b1b3286d95fccb03ec6c31e8abd02fde1bab9
{{{
Author: Simon Peyton Jones <[email protected]>
Date: Wed Jul 27 06:21:43 2011 +0100
A bit of refactoring on handling HsPar and friends
This relates to Trac #4430 (infix expressions in TH),.
Mainly comments but a bit of code wibbling.
compiler/hsSyn/Convert.lhs | 85
+++++++++++++++++++++++++++-----------------
compiler/hsSyn/HsExpr.lhs | 77 ++++++++++++++++++++++++++-------------
compiler/hsSyn/HsPat.lhs | 39 ++++++++------------
compiler/hsSyn/HsTypes.lhs | 6 +---
compiler/hsSyn/HsUtils.lhs | 60 +++++++++++++++++++------------
5 files changed, 157 insertions(+), 110 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4430#comment:29>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs