mirror of
https://github.com/urbit/shrub.git
synced 2024-12-17 23:32:56 +03:00
strip faces of subjects in ++curr, ++cury, ++corl
This commit is contained in:
parent
46ec863734
commit
be0e8c0a50
@ -1905,17 +1905,17 @@
|
||||
++ corl :: compose backwards
|
||||
|* [a=$-(* *) b=$-(* *)]
|
||||
=< +:|.((a (b))) :: type check
|
||||
|* c=_+<.b
|
||||
|* c=_,.+<.b
|
||||
(a (b c))
|
||||
::
|
||||
++ cury :: curry left
|
||||
|* [a=$-(^ *) b=*]
|
||||
|* c=_+<+.a
|
||||
|* c=_,.+<+.a
|
||||
(a b c)
|
||||
::
|
||||
++ curr :: curry right
|
||||
|* [a=$-(^ *) c=*]
|
||||
|* b=_+<-.a
|
||||
|* b=_,.+<-.a
|
||||
(a b c)
|
||||
::
|
||||
++ fore |*(a=$-(* *) |*(b=$-(* *) (pair a b))) :: pair before
|
||||
|
Loading…
Reference in New Issue
Block a user