projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fc4b09
)
Fix typo.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 12 Oct 2009 11:24:04 +0000
(13:24 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 12 Oct 2009 11:24:04 +0000
(13:24 +0200)
Chapters/Normalization.tex
patch
|
blob
|
history
diff --git
a/Chapters/Normalization.tex
b/Chapters/Normalization.tex
index 7c6b46958e606b899cbf42e8f997fa645e0d5412..30265696a12a60c1b9c79f6f5acb474eb94291fe 100644
(file)
--- a/
Chapters/Normalization.tex
+++ b/
Chapters/Normalization.tex
@@
-886,7
+886,7
@@
in scope for the function return value).
Note that this transformation does not try to be smart when faced with
recursive lets, it will just leave the lets recursive (possibly joining a
recursive and non-recursive let into a single recursive let). The let
-rederursification transformation will do this instead.
+reder
ec
ursification transformation will do this instead.
\starttrans
letnonrec x = (let bindings in M) in N