[commit: ghc] master: unlit compiler/types/ modules (e992317)
git at git.haskell.org
git at git.haskell.org
Mon Dec 1 09:54:18 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e992317be141bb93363a13543d810da1ecfeccdd/ghc
>---------------------------------------------------------------
commit e992317be141bb93363a13543d810da1ecfeccdd
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Dec 1 10:52:09 2014 +0100
unlit compiler/types/ modules
Differential Revision: https://phabricator.haskell.org/D544
>---------------------------------------------------------------
e992317be141bb93363a13543d810da1ecfeccdd
compiler/types/{Class.lhs => Class.hs} | 55 +++---
compiler/types/{CoAxiom.lhs => CoAxiom.hs} | 66 +++----
compiler/types/{Coercion.lhs => Coercion.hs} | 172 ++++++++--------
compiler/types/{FamInstEnv.lhs => FamInstEnv.hs} | 141 ++++++-------
compiler/types/{InstEnv.lhs => InstEnv.hs} | 76 ++++----
compiler/types/{Kind.lhs => Kind.hs} | 18 +-
compiler/types/{OptCoercion.lhs => OptCoercion.hs} | 26 ++-
compiler/types/{TyCon.lhs => TyCon.hs} | 99 ++++------
compiler/types/{TyCon.lhs-boot => TyCon.hs-boot} | 2 -
compiler/types/{Type.lhs => Type.hs} | 217 +++++++++------------
compiler/types/{Type.lhs-boot => Type.hs-boot} | 2 -
compiler/types/{TypeRep.lhs => TypeRep.hs} | 112 +++++------
.../types/{TypeRep.lhs-boot => TypeRep.hs-boot} | 3 -
compiler/types/{Unify.lhs => Unify.hs} | 100 +++++-----
14 files changed, 478 insertions(+), 611 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 e992317be141bb93363a13543d810da1ecfeccdd
More information about the ghc-commits
mailing list