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:
360fa91
)
Explicitely use "letrec" for recursive lets.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 4 Nov 2009 11:37:23 +0000
(12:37 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 4 Nov 2009 11:37:23 +0000
(12:37 +0100)
Chapters/Prototype.tex
patch
|
blob
|
history
diff --git
a/Chapters/Prototype.tex
b/Chapters/Prototype.tex
index 644ce01ce4cf4e6629a80fc53958d4d7d789e98d..85e7fb2816ffb04aeb898b4ffebb5e36cd23fac4 100644
(file)
--- a/
Chapters/Prototype.tex
+++ b/
Chapters/Prototype.tex
@@
-306,7
+306,7
@@
let bndr = value in body
\stopdesc
\startdesc{Recursive let expression}
\startlambda
-let
+let
rec
bndr1 = value1
\vdots
bndrn = valuen