Handbook
Glossary
inconsistent-recursive-call-error? ( object -- ? )
Vocabulary
stack-checker
.
errors
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
inconsistent-recursive-call-error
class.
Definition
USING:
classes.tuple.private
;
IN:
stack-checker.errors
:
inconsistent-recursive-call-error?
( object -- ? )
\
inconsistent-recursive-call-error
9
tuple-instance?
;