Explicitely use "letrec" for recursive lets.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 4 Nov 2009 11:37:23 +0000 (12:37 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 4 Nov 2009 11:37:23 +0000 (12:37 +0100)
Chapters/Prototype.tex

index 644ce01ce4cf4e6629a80fc53958d4d7d789e98d..85e7fb2816ffb04aeb898b4ffebb5e36cd23fac4 100644 (file)
@@ -306,7 +306,7 @@ let bndr = value in body
     \stopdesc
     \startdesc{Recursive let expression}
 \startlambda
-let 
+letrec
   bndr1 = value1
   \vdots
   bndrn = valuen