aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/List.bruijn
diff options
context:
space:
mode:
authorMarvin Borner2024-03-21 20:45:15 +0100
committerMarvin Borner2024-03-21 20:45:15 +0100
commita9880a191bbb5eeaf0faef9336263c92ef9351b6 (patch)
tree51401eef0d24fd38f220229da386330fcfc12e1b /std/List.bruijn
parent2065029025c6e53eb550717755996d1d6fc5f60d (diff)
Weird mistakes
Diffstat (limited to 'std/List.bruijn')
-rw-r--r--std/List.bruijn4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/List.bruijn b/std/List.bruijn
index a240e3d..488c131 100644
--- a/std/List.bruijn
+++ b/std/List.bruijn
@@ -510,8 +510,8 @@ iterate z [[[rec]]] ⧗ (a → a) → a → (List a)
:test (take (+5) (iterate i (+4))) (take (+5) (repeat (+4)))
:test (take (+0) (iterate ++‣ (+0))) (empty)
-# calculates all fixed points of a given function as a list
-y* [[[0 1] <$> 0] xs] ⧗ a → (List b)
+# calculates all fixed points of given function as a list
+y* [[[0 1] <$> 0] xs] ⧗ (List a) → (List b)
xs [[1 <! ([[1 2 0]] <$> 0)]] <$> 0
:test (&(+5) <$> (y* ([[[=?0 true (1 --0)]]] : {}[[[=?0 false (2 --0)]]]))) (false : {}true)