From fee84dce1ed2ac8448b93b7bfaff934bd3c72041 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 17 Aug 2022 14:15:22 +0200 Subject: Many additional functions --- std/Combinator.bruijn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'std/Combinator.bruijn') diff --git a/std/Combinator.bruijn b/std/Combinator.bruijn index a1ffd1a..115ea93 100644 --- a/std/Combinator.bruijn +++ b/std/Combinator.bruijn @@ -28,6 +28,8 @@ B''' [[[[3 (2 (1 0))]]]] # Cardinal combinator: Reverse arguments C [[[2 0 1]]] +\( C + # Cardinal once removed combinator C* [[[[3 2 0 1]]]] -- cgit v1.2.3