[commit: ghc] master: Move mkDefaultMethodIds, mkRecSelBinds from TcTyClsDecls to TcTyDecls (e31113f)
git at git.haskell.org
git at git.haskell.org
Thu Oct 29 13:49:01 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e31113f2b4bd158a725f5e4902341a3e1e3581a4/ghc
>---------------------------------------------------------------
commit e31113f2b4bd158a725f5e4902341a3e1e3581a4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Oct 28 18:28:57 2015 +0100
Move mkDefaultMethodIds, mkRecSelBinds from TcTyClsDecls to TcTyDecls
>---------------------------------------------------------------
e31113f2b4bd158a725f5e4902341a3e1e3581a4
compiler/typecheck/TcPatSyn.hs | 2 +-
compiler/typecheck/TcTyClsDecls.hs | 226 +---------------------------------
compiler/typecheck/TcTyDecls.hs | 240 ++++++++++++++++++++++++++++++++++++-
3 files changed, 238 insertions(+), 230 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 e31113f2b4bd158a725f5e4902341a3e1e3581a4
More information about the ghc-commits
mailing list