aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Combinator.bruijn
diff options
context:
space:
mode:
authorMarvin Borner2024-02-21 20:28:55 +0100
committerMarvin Borner2024-02-21 22:25:09 +0100
commitc9b30f99992c98745d52807f5e45a12f6aee2c5f (patch)
tree68eaf084eaed2ae515e62fb9c55d52836a327b24 /std/Combinator.bruijn
parent241315c452b1b06e4b9721cf336d9ab150f7234d (diff)
Additions for Rosetta Code
Diffstat (limited to 'std/Combinator.bruijn')
-rw-r--r--std/Combinator.bruijn2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/Combinator.bruijn b/std/Combinator.bruijn
index 71ad078..81db105 100644
--- a/std/Combinator.bruijn
+++ b/std/Combinator.bruijn
@@ -126,6 +126,8 @@ o [[0 (1 0)]] ⧗ ((a → b) → a) → (a → b) → b
# queer bird combinator: reverse function composition
q [[[1 (2 0)]]] ⧗ (a → b) → (b → c) → a → c
+…→… q
+
# quixotic bird combinator
q' [[[2 (0 1)]]] ⧗ (b → c) → a → (a → b) → c