Handbook
Glossary
collect-variables ( -- hash )
Vocabulary
compiler
.
tree
.
propagation
.
branches
Inputs
None
Outputs
hash
an
object
Definition
USING:
assocs
compiler.tree.propagation.constraints
compiler.tree.propagation.info
kernel
namespaces
;
IN:
compiler.tree.propagation.branches
:
collect-variables
( -- hash )
{
condition-value
constraints
infer-children-data
value-infos
}
[
dup
get
]
H{
}
map>assoc
;