[commit: ghc] master: Correct name of Note in comment (cede770)
git at git.haskell.org
git at git.haskell.org
Thu Nov 17 14:08:35 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cede770cc7dddd132ebbc101e60402d8bb37007e/ghc
>---------------------------------------------------------------
commit cede770cc7dddd132ebbc101e60402d8bb37007e
Author: Richard Eisenberg <rae at cs.brynmawr.edu>
Date: Thu Nov 17 09:08:04 2016 -0500
Correct name of Note in comment
>---------------------------------------------------------------
cede770cc7dddd132ebbc101e60402d8bb37007e
compiler/typecheck/TcRnDriver.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcRnDriver.hs b/compiler/typecheck/TcRnDriver.hs
index 89623b5..1a6a0cc 100644
--- a/compiler/typecheck/TcRnDriver.hs
+++ b/compiler/typecheck/TcRnDriver.hs
@@ -2090,7 +2090,7 @@ tcRnExpr hsc_env mode rdr_expr
return (snd (normaliseType fam_envs Nominal ty))
}
where
- -- See Note [Deeply instantiate in :type]
+ -- See Note [TcRnExprMode]
(inst, infer_mode, perhaps_disable_default_warnings) = case mode of
TM_Inst -> (True, NoRestrictions, id)
TM_NoInst -> (False, NoRestrictions, id)
More information about the ghc-commits
mailing list