Handbook
Glossary
trivial-defs ( -- value )
Vocabulary
lint
.
private
Inputs
None
Outputs
value
an
object
Definition
USING:
io
kernel
math
math.private
sequences
;
IN:
lint.private
CONSTANT:
trivial-defs
{
[
">"
write
]
[
"/>"
write
]
[
" "
write
]
[
0
or
+
]
[
dup
length
<iota>
]
[
0
swap
copy
]
[
dup
length
]
[
0
swap
]
[
2dup
=
]
[
2dup
eq?
]
[
=
not
]
[
eq?
not
]
[
boa
throw
]
[
with
each
]
[
with
map
]
[
curry
filter
]
[
compose
compose
]
[
empty?
]
[
empty?
not
]
[
dup
empty?
]
[
dup
empty?
not
]
[
2dup
both-fixnums?
]
[
[
drop
]
prepose
]
[
1 0
?
]
}
inline