OSDN Git Service

Somehow swoncat fell through the cracks.
authorSimon Forman <sforman@hushmail.com>
Fri, 24 Apr 2020 23:09:32 +0000 (16:09 -0700)
committerSimon Forman <sforman@hushmail.com>
Fri, 24 Apr 2020 23:09:32 +0000 (16:09 -0700)
joy/library.py

index 91e5edf..ac9e473 100644 (file)
@@ -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