Handbook
Glossary
lookup-table-seq ( assoc -- table )
Vocabulary
compiler
.
tree
.
propagation
.
transforms
Inputs
assoc
an
object
Outputs
table
an
object
Definition
USING:
assocs
kernel
math
sequences
;
IN:
compiler.tree.propagation.transforms
:
lookup-table-seq
( assoc -- table )
[
keys
maximum
1
+
<iota>
]
keep
[
at
]
curry
{
}
map-as
;