[commit: ghc] wip/no-telescope-tvs: Remove the incredibly hairy splitTelescopeTvs. (ea7d650)
git at git.haskell.org
git at git.haskell.org
Tue Apr 26 14:48:38 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/no-telescope-tvs
Link : http://ghc.haskell.org/trac/ghc/changeset/ea7d650633f73a97b6fa1206a59120a29aa88bbe/ghc
>---------------------------------------------------------------
commit ea7d650633f73a97b6fa1206a59120a29aa88bbe
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Apr 26 10:50:33 2016 -0400
Remove the incredibly hairy splitTelescopeTvs.
This patch removes splitTelescopeTvs by adding information about
scoped type variables to TcTyCon. Vast simplification!
>---------------------------------------------------------------
ea7d650633f73a97b6fa1206a59120a29aa88bbe
compiler/typecheck/TcHsType.hs | 343 ++++++-------------------------------
compiler/typecheck/TcMType.hs | 10 +-
compiler/typecheck/TcTyClsDecls.hs | 92 +++++-----
compiler/types/TyCon.hs | 55 +++++-
4 files changed, 155 insertions(+), 345 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 ea7d650633f73a97b6fa1206a59120a29aa88bbe
More information about the ghc-commits
mailing list