[commit: ghc] master: Display operators using parentheses/backticks in error messages (#7848) (144db21)
Ian Lynagh
igloo at earth.li
Sun Apr 21 18:00:55 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/144db21e9519fac0af5a845b57b605567c1aaa25
>---------------------------------------------------------------
commit 144db21e9519fac0af5a845b57b605567c1aaa25
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Fri Apr 19 13:23:11 2013 +0200
Display operators using parentheses/backticks in error messages (#7848)
compiler/basicTypes/DataCon.lhs | 4 ++++
compiler/hsSyn/HsBinds.lhs | 14 +++++++-------
compiler/hsSyn/HsPat.lhs | 14 +++++++-------
compiler/main/PprTyThing.hs | 2 +-
compiler/typecheck/TcErrors.lhs | 2 +-
compiler/typecheck/TcHsType.lhs | 2 +-
compiler/typecheck/TcRnTypes.lhs | 2 +-
compiler/typecheck/TcTyClsDecls.lhs | 2 +-
8 files changed, 23 insertions(+), 19 deletions(-)
Diff suppressed because of size. To see it, use:
git show 144db21e9519fac0af5a845b57b605567c1aaa25
More information about the ghc-commits
mailing list