[commit: ghc] wip/14691: Use EvExpr instead of EvTerm where possible (071962d)
git at git.haskell.org
git at git.haskell.org
Tue Jan 23 00:38:11 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/14691
Link : http://ghc.haskell.org/trac/ghc/changeset/071962d30c9ac5d9ee0dedc5df0d6ce3d2e1bc0a/ghc
>---------------------------------------------------------------
commit 071962d30c9ac5d9ee0dedc5df0d6ce3d2e1bc0a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Jan 22 19:02:30 2018 -0500
Use EvExpr instead of EvTerm where possible
to clutter the code less with calls to the EvExpr constructors.
>---------------------------------------------------------------
071962d30c9ac5d9ee0dedc5df0d6ce3d2e1bc0a
compiler/typecheck/Inst.hs | 2 +-
compiler/typecheck/TcCanonical.hs | 17 ++++++++---------
compiler/typecheck/TcEvidence.hs | 8 ++++----
compiler/typecheck/TcInteract.hs | 6 +++---
compiler/typecheck/TcPatSyn.hs | 2 +-
compiler/typecheck/TcSMonad.hs | 10 +++++-----
6 files changed, 22 insertions(+), 23 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 071962d30c9ac5d9ee0dedc5df0d6ce3d2e1bc0a
More information about the ghc-commits
mailing list