Handbook
Glossary
integer-op-triples ( word -- triples )
Vocabulary
math
.
partial-dispatch
Inputs
word
an
object
Outputs
triples
an
object
Definition
USING:
kernel
math
sequences
;
IN:
math.partial-dispatch
:
integer-op-triples
( word -- triples )
{
{
fixnum
integer
}
{
integer
fixnum
}
{
integer
integer
}
}
swap
[
prefix
]
curry
map
;