Handbook
Glossary
define-integer-op-words ( triples fix-word big-word -- )
Vocabulary
math
.
partial-dispatch
Inputs
triples
an
object
fix-word
an
object
big-word
an
object
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
math.partial-dispatch
:
define-integer-op-words
( triples fix-word big-word -- )
[
]
2curry
[
dip
define-integer-op-word
]
curry
each
;