[commit: ghc] master: Add haddock markup (f2c12c3)
git at git.haskell.org
git at git.haskell.org
Sun Jul 30 13:45:37 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f2c12c391e8c855b208bb9b99d85bbf56b9ebbae/ghc
>---------------------------------------------------------------
commit f2c12c391e8c855b208bb9b99d85bbf56b9ebbae
Author: Gabor Greif <ggreif at gmail.com>
Date: Fri Jul 28 21:09:03 2017 +0200
Add haddock markup
>---------------------------------------------------------------
f2c12c391e8c855b208bb9b99d85bbf56b9ebbae
compiler/simplStg/StgCse.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/simplStg/StgCse.hs b/compiler/simplStg/StgCse.hs
index ac8e820..f3e781b 100644
--- a/compiler/simplStg/StgCse.hs
+++ b/compiler/simplStg/StgCse.hs
@@ -137,7 +137,7 @@ data CseEnv = CseEnv
-- * If we remove `let x = Con z` because `let y = Con z` is in scope,
-- we note this here as x ↦ y.
, ce_bndrMap :: IdEnv OutId
- -- If we come across a case expression case x as b of … with a trivial
+ -- ^ If we come across a case expression case x as b of … with a trivial
-- binder, we add b ↦ x to this.
-- This map is *only* used when looking something up in the ce_conAppMap.
-- See Note [Trivial case scrutinee]
More information about the ghc-commits
mailing list