Handbook
Glossary
flattenable? ( object -- ? )
Vocabulary
inverse
Inputs
object
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
words
;
IN:
inverse
:
flattenable?
( object -- ? )
{
[
word?
]
[
primitive?
not
]
[
explicit-inverse?
not
]
}
1&&
;