Handbook
Glossary
add-quot-to-history ( quot -- )
Vocabulary
compiler
.
tree
.
propagation
.
call-effect
Inputs
quot
an
object
Outputs
None
Definition
IN:
compiler.tree.propagation.call-effect
GENERIC:
add-quot-to-history
( quot -- )
Methods
USING:
accessors
compiler.tree.propagation.call-effect
kernel
;
M:
composed
add-quot-to-history
[
first>>
add-quot-to-history
]
[
second>>
add-quot-to-history
]
bi
;
USING:
accessors
compiler.tree.propagation.call-effect
kernel
;
M:
curried
add-quot-to-history
quot>>
add-quot-to-history
;
USING:
compiler.tree.propagation.call-effect
compiler.tree.propagation.inlining
quotations
;
M:
quotation
add-quot-to-history
add-to-history
;