Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : type-holes-branch
http://hackage.haskell.org/trac/ghc/changeset/6902ed6730d4bc905c0f61a58c0130bb9e96b495 >--------------------------------------------------------------- commit 6902ed6730d4bc905c0f61a58c0130bb9e96b495 Author: Simon Peyton Jones <[email protected]> Date: Fri Sep 14 15:10:26 2012 +0100 Remove cc_ty from CIrredCan and cc_hole_ty from CHoleCan A simple refactoring with no complicated fiddling. compiler/main/DynFlags.hs | 2 +- compiler/typecheck/Inst.lhs | 20 ++++++++------ compiler/typecheck/TcCanonical.lhs | 49 +++++++++++++++++++++-------------- compiler/typecheck/TcErrors.lhs | 2 +- compiler/typecheck/TcExpr.lhs | 2 +- compiler/typecheck/TcInteract.lhs | 6 ++-- compiler/typecheck/TcMType.lhs | 12 ++++---- compiler/typecheck/TcRnTypes.lhs | 12 +++++--- compiler/typecheck/TcSMonad.lhs | 2 +- compiler/typecheck/TcTyDecls.lhs | 11 -------- 10 files changed, 60 insertions(+), 58 deletions(-) Diff suppressed because of size. To see it, use: git show 6902ed6730d4bc905c0f61a58c0130bb9e96b495 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
