Handbook
Glossary
min-value ( class -- n )
Vocabulary
compiler
.
tree
.
propagation
.
info
Inputs
class
an
object
Outputs
n
an
object
Definition
USING:
combinators
kernel
layouts
math
sequences.private
;
IN:
compiler.tree.propagation.info
:
min-value
( class -- n )
{
{
fixnum
[
most-negative-fixnum
]
}
{
array-capacity
[
0
]
}
{
integer-array-capacity
[
0
]
}
[
drop
-1/0.
]
}
case
;