Definition of ii combinator.
ii == [dip] dupdip i
a [F] ii
--------------
F a F
This commit is contained in:
parent
99f9534a10
commit
f58f3b9959
|
|
@ -206,6 +206,7 @@ def yin_functions():
|
||||||
|
|
||||||
|
|
||||||
definitions = ('''\
|
definitions = ('''\
|
||||||
|
ii == [dip] dupdip i
|
||||||
of == swap at
|
of == swap at
|
||||||
product == 1 swap [*] step
|
product == 1 swap [*] step
|
||||||
flatten == [] swap [concat] step
|
flatten == [] swap [concat] step
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue