[commit: ghc] master: Merge TcSMonad.matchClass into TcInteract.matchClassInst (7f65874)
Simon Peyton Jones
simonpj at microsoft.com
Fri Jun 28 14:14:01 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/7f6587431fdc29ed11c0b24fab4b43292ee8b70f
>---------------------------------------------------------------
commit 7f6587431fdc29ed11c0b24fab4b43292ee8b70f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Jun 28 13:13:21 2013 +0100
Merge TcSMonad.matchClass into TcInteract.matchClassInst
Just a simple refactoring. There was only one caller, and the
intermediate data type was not helping.
compiler/typecheck/TcInteract.lhs | 85 +++++++++++++++++++++++----------------
compiler/typecheck/TcSMonad.lhs | 42 +------------------
2 files changed, 52 insertions(+), 75 deletions(-)
Diff suppressed because of size. To see it, use:
git show 7f6587431fdc29ed11c0b24fab4b43292ee8b70f
More information about the ghc-commits
mailing list