
13 Feb
2015
13 Feb
'15
11:31 p.m.
It appears my information is out of date on at least haskell-src-meta and would be misleading to others if I didn't correct it: since GHC 7.4 haskell-src-meta can now leave infix applications ambiguous and allow GHC to resolve them: http://hackage.haskell.org/package/haskell-src-meta-0.6.0.8/docs/Language-Ha... The problem of dealing with infix applications remains in your quasi quoter remains, of course. But that's a handy improvement.