diff options
author | Marvin Borner | 2022-08-17 14:15:22 +0200 |
---|---|---|
committer | Marvin Borner | 2022-08-17 14:15:22 +0200 |
commit | fee84dce1ed2ac8448b93b7bfaff934bd3c72041 (patch) | |
tree | 43ca66d3cce234a0278b844e81fce0496f62a82b /std/Combinator.bruijn | |
parent | d7e6c86554acc2bf92d3adb40863d1f7351f8918 (diff) |
Many additional functions
Diffstat (limited to 'std/Combinator.bruijn')
-rw-r--r-- | std/Combinator.bruijn | 2 |
1 files changed, 2 insertions, 0 deletions
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]]]] |