Handbook
Glossary
remove-effect-input ( effect -- effect' )
Vocabulary
compiler
.
tree
.
propagation
.
call-effect
Inputs
effect
an
object
Outputs
effect'
an
object
Definition
USING:
effects
kernel
;
IN:
compiler.tree.propagation.call-effect
:
remove-effect-input
( effect -- effect' )
( -- object )
swap
compose-effects
;