X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=Chapters%2FNormalization.tex;h=30265696a12a60c1b9c79f6f5acb474eb94291fe;hb=5ea42c0c142beefa7f520b4303782b79ca2c796b;hp=7c6b46958e606b899cbf42e8f997fa645e0d5412;hpb=1fc4b09400e7d602d794b3ce0c1a4c032047aa98;p=matthijs%2Fmaster-project%2Freport.git 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