Handbook
Glossary
integer-fixnum-op-quot ( fix-word big-word -- quot )
Vocabulary
math
.
partial-dispatch
Inputs
fix-word
an
object
big-word
an
object
Outputs
quot
an
object
Definition
USING:
kernel
math
;
IN:
math.partial-dispatch
:
integer-fixnum-op-quot
( fix-word big-word -- quot )
bignum-fixnum-op-quot
[
[
execute
]
curry
]
dip
[
[
[
over
fixnum?
]
]
dip
]
dip
[
if
]
2curry
compose
;