Handbook
Glossary
rep-getter-quot ( rep -- quot )
Vocabulary
compiler
.
cfg
.
representations
.
preferred
.
private
Inputs
rep
an
object
Outputs
quot
an
object
Definition
USING:
accessors
combinators
compiler.cfg.instructions.syntax
cpu.architecture
kernel
sequences
;
IN:
compiler.cfg.representations.preferred.private
:
rep-getter-quot
( rep -- quot )
{
{
f
[
[
rep>>
]
]
}
{
scalar-rep
[
[
rep>>
scalar-rep-of
]
]
}
[
[
drop
]
swap
suffix
]
}
case
;