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
'[
[
_
]
dip
first2
unify-inputs
]
map
pad-with-bottom
]
if
;