[commit: ghc] ghc-kinds: Adding Notes (bd5ff37)
Julien Cretin
julien at galois.com
Fri Sep 23 18:27:55 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/bd5ff37554e557b6e758109d173ee20d4bc832d5
>---------------------------------------------------------------
commit bd5ff37554e557b6e758109d173ee20d4bc832d5
Author: Julien Cretin <ghc at ia0.eu>
Date: Fri Sep 23 18:26:56 2011 +0200
Adding Notes
compiler/basicTypes/OccName.lhs | 20 ++++++++++
compiler/basicTypes/RdrName.lhs | 1 +
compiler/basicTypes/Var.lhs | 17 +++++++-
compiler/coreSyn/CoreLint.lhs | 68 ++++++++++++++++++++-------------
compiler/coreSyn/CoreUtils.lhs | 2 +-
compiler/hsSyn/HsExpr.lhs-boot | 1 +
compiler/hsSyn/HsPat.lhs-boot | 1 +
compiler/iface/IfaceSyn.lhs | 3 +-
compiler/iface/IfaceType.lhs | 2 +-
compiler/iface/TcIface.lhs | 12 +++--
compiler/parser/Parser.y.pp | 54 ++++++++++++++------------
compiler/parser/ParserCore.y | 1 +
compiler/parser/RdrHsSyn.lhs | 4 +-
compiler/prelude/TysPrim.lhs | 1 +
compiler/rename/RnEnv.lhs | 20 +++++----
compiler/rename/RnHsSyn.lhs | 3 +
compiler/rename/RnSource.lhs | 11 +++--
compiler/rename/RnTypes.lhs | 2 +
compiler/simplCore/SetLevels.lhs | 2 +-
compiler/typecheck/TcMType.lhs | 32 ++++++++++++---
compiler/typecheck/TcRnTypes.lhs-boot | 1 +
compiler/typecheck/TcType.lhs | 2 +-
compiler/types/Coercion.lhs | 1 -
23 files changed, 174 insertions(+), 87 deletions(-)
Diff suppressed because of size. To see it, use:
git show bd5ff37554e557b6e758109d173ee20d4bc832d5
More information about the Cvs-ghc
mailing list