Handbook
Glossary
unboxed-effect ( effect -- effect' )
Vocabulary
typed
.
private
Inputs
effect
an
object
Outputs
effect'
an
object
Definition
USING:
arrays
effects
kernel
sequences
;
IN:
typed.private
:
unboxed-effect
( effect -- effect' )
[
effect-in-types
unboxed-types
[
"in"
swap
2array
]
map
]
[
effect-out-types
unboxed-types
[
"out"
swap
2array
]
map
]
bi
<effect>
;