[commit: ghc] wip/exp-types: Some work toward having ExpTypes (cde4b62)

git at git.haskell.org git at git.haskell.org
Thu Jan 14 04:29:50 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/exp-types
Link       : http://ghc.haskell.org/trac/ghc/changeset/cde4b629365f70ad1afd625bb5d279630cce997e/ghc

>---------------------------------------------------------------

commit cde4b629365f70ad1afd625bb5d279630cce997e
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Wed Jan 13 23:29:17 2016 -0500

    Some work toward having ExpTypes


>---------------------------------------------------------------

cde4b629365f70ad1afd625bb5d279630cce997e
 compiler/typecheck/Inst.hs       |  57 ++++++--
 compiler/typecheck/TcArrows.hs   |   9 +-
 compiler/typecheck/TcBinds.hs    |  14 +-
 compiler/typecheck/TcErrors.hs   |  33 +++--
 compiler/typecheck/TcEvidence.hs |  38 +++--
 compiler/typecheck/TcExpr.hs     | 296 ++++++++++++++++++++++++++-------------
 compiler/typecheck/TcHsType.hs   |   4 +-
 compiler/typecheck/TcInstDcls.hs |   3 +-
 compiler/typecheck/TcMType.hs    | 142 ++++++++++++++++---
 compiler/typecheck/TcMatches.hs  | 241 ++++++++++++++++---------------
 compiler/typecheck/TcPat.hs      |  29 ++--
 compiler/typecheck/TcRnDriver.hs |   3 +-
 compiler/typecheck/TcRnTypes.hs  |  14 +-
 compiler/typecheck/TcRules.hs    |   3 +-
 compiler/typecheck/TcSplice.hs   |   6 +-
 compiler/typecheck/TcUnify.hs    | 258 ++++++++++++++++++++--------------
 16 files changed, 737 insertions(+), 413 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 cde4b629365f70ad1afd625bb5d279630cce997e


More information about the ghc-commits mailing list