X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Chapters%2FNormalization.tex;h=30265696a12a60c1b9c79f6f5acb474eb94291fe;hp=7c6b46958e606b899cbf42e8f997fa645e0d5412;hb=8915e89ffeb87ae69f28f915a05ce37b1ef50fda;hpb=1fc4b09400e7d602d794b3ce0c1a4c032047aa98 diff --git a/Chapters/Normalization.tex b/Chapters/Normalization.tex index 7c6b469..3026569 100644 --- 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. +rederecursification transformation will do this instead. \starttrans letnonrec x = (let bindings in M) in N