From e4dc5918cdfc231bee29ca5808e37ee23f33712e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 10 Mar 2024 14:18:17 +0100 Subject: Samples and std additions --- docs/wiki_src/coding/recursion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/wiki_src/coding') diff --git a/docs/wiki_src/coding/recursion.md b/docs/wiki_src/coding/recursion.md index 5a3ab85..89e71c8 100644 --- a/docs/wiki_src/coding/recursion.md +++ b/docs/wiki_src/coding/recursion.md @@ -69,9 +69,9 @@ g [[[=?0 true (1 --0)]]] # the even? recursive call will be the first argument (2) h [[[=?0 false (2 --0)]]] -even? head (y* g h) ⧗ Number → Boolean +even? head (y* (g : {}h)) ⧗ Number → Boolean -odd? tail (y* g h) ⧗ Number → Boolean +odd? tail (y* (g : {}h)) ⧗ Number → Boolean ``` Read more about this in the blog post [Variadic fixed-point -- cgit v1.2.3