From 1863cba7f774f8325e9d5abde726df6e17a373db Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Fri, 24 Apr 2020 16:09:32 -0700 Subject: [PATCH] Somehow swoncat fell through the cracks. --- joy/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joy/library.py b/joy/library.py index 91e5edf..ac9e473 100644 --- a/joy/library.py +++ b/joy/library.py @@ -248,6 +248,7 @@ step_zero == 0 roll> step codireco == cons dip rest cons make_generator == [codireco] ccons ifte == [nullary not] dipd branch +swoncat == swap concat ''' # # @@ -262,7 +263,6 @@ ifte == [nullary not] dipd branch ##second == rest first ##third == rest rest first ##swons == swap cons -##swoncat == swap concat ##Zipper ##z-down == [] swap uncons swap