summaryrefslogtreecommitdiff
path: root/compiler/stranal/DmdAnal.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-08 14:14:36 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-09 13:14:17 +0100
commite8f5efb55b694f70542d22d5c3aaf92222ccd973 (patch)
tree57f265e9826ce6ff8542ce4ebd8c73c630dbf0e2 /compiler/stranal/DmdAnal.hs
parentb9bebd8cedccd7e8dd6df89b5504cd8f1e7a675b (diff)
downloadhaskell-e8f5efb55b694f70542d22d5c3aaf92222ccd973.tar.gz
Tweaks and typos in manual, note refs, comments
Diffstat (limited to 'compiler/stranal/DmdAnal.hs')
-rw-r--r--compiler/stranal/DmdAnal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/DmdAnal.hs b/compiler/stranal/DmdAnal.hs
index 212767e531..ee56d85c44 100644
--- a/compiler/stranal/DmdAnal.hs
+++ b/compiler/stranal/DmdAnal.hs
@@ -1019,7 +1019,7 @@ mentioned in the (unsound) strictness signature, conservatively approximate the
demand put on them (topDmd), and add that to the "lazy_fv" returned by "dmdFix".
-Note [Lamba-bound unfoldings]
+Note [Lambda-bound unfoldings]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
We allow a lambda-bound variable to carry an unfolding, a facility that is used
exclusively for join points; see Note [Case binders and join points]. If so,