From cede770cc7dddd132ebbc101e60402d8bb37007e Mon Sep 17 00:00:00 2001 From: Richard Eisenberg Date: Thu, 17 Nov 2016 09:08:04 -0500 Subject: Correct name of Note in comment --- 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 89623b5ff3..1a6a0ccb76 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) -- cgit v1.2.1