Handbook
Glossary
phi-inputs ( max-input-count pairs -- newseq )
Vocabulary
stack-checker
.
branches
Inputs
max-input-count
an
object
pairs
an
object
Outputs
newseq
an
object
Definition
USING:
kernel
sequences
;
IN:
stack-checker.branches
:
phi-inputs
( max-input-count pairs -- newseq )
dup
empty?
[
nip
]
[
swap
[
]
curry
[
dip
first2
unify-inputs
]
curry
map
pad-with-bottom
]
if
;