fix another doc bug, now in recursion.txt
Haldean Brown
4 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
docs/recursion.txt
less
more
135
135
: outer = SELFREF
136
136
: inner = (\a outer b -> {
137
137
: inner = SELFREF a outer
138
! outer (+ inner a) b
138
! outer (+ (inner a) b)
139
139
}
140
140
}
141
141