Skip to content

Commit 8a8c350

Browse files
authored
fixes #839 (#1028)
1 parent de8cf21 commit 8a8c350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/chapter3/section5/subsection1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ stream_ref(pair(10001, () => stream_enumerate_interval(10002, 1000000)), 100);
10571057
<SNIPPET EVAL="no">
10581058
<JAVASCRIPT>
10591059
pair(head(stream),
1060-
stream_filter(pred, stream_tail(stream)));
1060+
() => stream_filter(pred, stream_tail(stream)));
10611061
</JAVASCRIPT>
10621062
</SNIPPET>
10631063
which in this case is

0 commit comments

Comments
 (0)