summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Basic.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Basic.hs')
-rw-r--r--compiler/GHC/Types/Basic.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Types/Basic.hs b/compiler/GHC/Types/Basic.hs
index 1ad6b608fc..907071a526 100644
--- a/compiler/GHC/Types/Basic.hs
+++ b/compiler/GHC/Types/Basic.hs
@@ -1490,7 +1490,7 @@ The main effects of CONLIKE are:
- A CoreUnfolding has a field that caches exprIsExpandable
- The rule matcher consults this field. See
- Note [Expanding variables] in GHC.Core.Rules.
+ Note [Expanding variables] in GHC.Core.Rules.Apply.
Note [OPAQUE pragma]
~~~~~~~~~~~~~~~~~~~~