[commit: ghc] master: VarEnv: Comment only (6354991)
git at git.haskell.org
git at git.haskell.org
Sat Jun 18 16:06:51 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6354991fe61b065d2c993eefdd5fd694bc6136b8/ghc
>---------------------------------------------------------------
commit 6354991fe61b065d2c993eefdd5fd694bc6136b8
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Sat Jun 18 16:10:19 2016 +0000
VarEnv: Comment only
>---------------------------------------------------------------
6354991fe61b065d2c993eefdd5fd694bc6136b8
compiler/basicTypes/VarEnv.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/basicTypes/VarEnv.hs b/compiler/basicTypes/VarEnv.hs
index 5a852a3..ee63e2c 100644
--- a/compiler/basicTypes/VarEnv.hs
+++ b/compiler/basicTypes/VarEnv.hs
@@ -90,7 +90,7 @@ import StaticFlags
-}
-- | A set of variables that are in scope at some point
--- "Secrets of the Glasgow Haskell Compiler inliner" Section 3. provides
+-- "Secrets of the Glasgow Haskell Compiler inliner" Section 3.2 provides
-- the motivation for this abstraction.
data InScopeSet = InScope (VarEnv Var) {-# UNPACK #-} !Int
-- The (VarEnv Var) is just a VarSet. But we write it like
More information about the ghc-commits
mailing list