[commit: ghc] master: compiler: de-lhs deSugar/ (4d5f83a)
git at git.haskell.org
git at git.haskell.org
Wed Dec 3 20:06:47 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4d5f83a8dcf1f1125863a8fb4f847d78766f1617/ghc
>---------------------------------------------------------------
commit 4d5f83a8dcf1f1125863a8fb4f847d78766f1617
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Dec 3 12:46:28 2014 -0600
compiler: de-lhs deSugar/
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
4d5f83a8dcf1f1125863a8fb4f847d78766f1617
compiler/deSugar/{Check.lhs => Check.hs} | 74 +++++++-------
compiler/deSugar/{Coverage.lhs => Coverage.hs} | 48 ++++-----
compiler/deSugar/{Desugar.lhs => Desugar.hs} | 75 +++++++--------
compiler/deSugar/{DsArrows.lhs => DsArrows.hs} | 74 ++++++--------
compiler/deSugar/{DsBinds.lhs => DsBinds.hs} | 62 ++++++------
compiler/deSugar/{DsCCall.lhs => DsCCall.hs} | 20 ++--
compiler/deSugar/{DsExpr.lhs => DsExpr.hs} | 93 ++++++++----------
.../deSugar/{DsExpr.lhs-boot => DsExpr.hs-boot} | 2 -
compiler/deSugar/{DsForeign.lhs => DsForeign.hs} | 83 ++++++++--------
compiler/deSugar/{DsGRHSs.lhs => DsGRHSs.hs} | 36 ++++---
compiler/deSugar/{DsListComp.lhs => DsListComp.hs} | 73 ++++++--------
compiler/deSugar/{DsMonad.lhs => DsMonad.hs} | 63 +++++-------
.../deSugar/{DsMonad.lhs-boot => DsMonad.hs-boot} | 5 +-
compiler/deSugar/{DsUtils.lhs => DsUtils.hs} | 94 +++++++++---------
compiler/deSugar/{Match.lhs => Match.hs} | 107 ++++++++++-----------
compiler/deSugar/{Match.lhs-boot => Match.hs-boot} | 2 -
compiler/deSugar/{MatchCon.lhs => MatchCon.hs} | 19 ++--
compiler/deSugar/{MatchLit.lhs => MatchLit.hs} | 93 +++++++++---------
18 files changed, 453 insertions(+), 570 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 4d5f83a8dcf1f1125863a8fb4f847d78766f1617
More information about the ghc-commits
mailing list