[commit: ghc] wip/names3: Binary: Distinguish binding and non-binding Names (362457f)
git at git.haskell.org
git at git.haskell.org
Thu Sep 8 18:52:39 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/names3
Link : http://ghc.haskell.org/trac/ghc/changeset/362457f953f0bc7dc119de1f87f8c218a4ea307c/ghc
>---------------------------------------------------------------
commit 362457f953f0bc7dc119de1f87f8c218a4ea307c
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Aug 25 11:14:54 2016 -0400
Binary: Distinguish binding and non-binding Names
>---------------------------------------------------------------
362457f953f0bc7dc119de1f87f8c218a4ea307c
compiler/basicTypes/Name.hs | 4 ++-
compiler/iface/BinIface.hs | 5 ++--
compiler/iface/FlagChecker.hs | 3 ++-
compiler/iface/IfaceSyn.hs | 58 +++++++++++++++++++++++++++----------------
compiler/iface/MkIface.hs | 57 ++++++++++++++++++++++--------------------
compiler/utils/Binary.hs | 13 +++++++---
6 files changed, 85 insertions(+), 55 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 362457f953f0bc7dc119de1f87f8c218a4ea307c
More information about the ghc-commits
mailing list