From 3da472f0e78fe5f1068be0cc2b1c0762532da9f9 Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Fri, 5 Feb 2021 09:03:21 -0500 Subject: Fix typos --- compiler/GHC/CoreToStg/Prep.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/GHC/CoreToStg') diff --git a/compiler/GHC/CoreToStg/Prep.hs b/compiler/GHC/CoreToStg/Prep.hs index 626fcadfce..9eae6867ac 100644 --- a/compiler/GHC/CoreToStg/Prep.hs +++ b/compiler/GHC/CoreToStg/Prep.hs @@ -1028,7 +1028,7 @@ Performing the transform described above would result in: If runRW# were a "normal" function this call to join point j would not be allowed in its continuation argument. However, since runRW# is inlined (as -described in Note [runRW magic] above), such join point occurences are +described in Note [runRW magic] above), such join point occurrences are completely fine. Both occurrence analysis (see the runRW guard in occAnalApp) and Core Lint (see the App case of lintCoreExpr) have special treatment for runRW# applications. See Note [Linting of runRW#] for details on the latter. -- cgit v1.2.1