Skip to content

Commit

Permalink
fixes #839 (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz authored Jul 9, 2024
1 parent de8cf21 commit 8a8c350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/chapter3/section5/subsection1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ stream_ref(pair(10001, () => stream_enumerate_interval(10002, 1000000)), 100);
<SNIPPET EVAL="no">
<JAVASCRIPT>
pair(head(stream),
stream_filter(pred, stream_tail(stream)));
() => stream_filter(pred, stream_tail(stream)));
</JAVASCRIPT>
</SNIPPET>
which in this case is
Expand Down

0 comments on commit 8a8c350

Please sign in to comment.