Somehow swoncat fell through the cracks.
This commit is contained in:
parent
d089cd5d75
commit
1863cba7f7
|
|
@ -248,6 +248,7 @@ step_zero == 0 roll> step
|
||||||
codireco == cons dip rest cons
|
codireco == cons dip rest cons
|
||||||
make_generator == [codireco] ccons
|
make_generator == [codireco] ccons
|
||||||
ifte == [nullary not] dipd branch
|
ifte == [nullary not] dipd branch
|
||||||
|
swoncat == swap concat
|
||||||
'''
|
'''
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
@ -262,7 +263,6 @@ ifte == [nullary not] dipd branch
|
||||||
##second == rest first
|
##second == rest first
|
||||||
##third == rest rest first
|
##third == rest rest first
|
||||||
##swons == swap cons
|
##swons == swap cons
|
||||||
##swoncat == swap concat
|
|
||||||
|
|
||||||
##Zipper
|
##Zipper
|
||||||
##z-down == [] swap uncons swap
|
##z-down == [] swap uncons swap
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue