Handbook
Glossary
too-many-r> ( -- * )
Factor handbook
»
The language
»
Stack effect checking
»
Stack checker errors
Prev:
too-many->r ( -- * )
Next:
missing-effect ( word -- * )
Vocabulary
stack-checker
.
errors
Error description
Thrown if inference notices a quotation popping elements from the return stack it did not place there.
Definition
IN:
stack-checker.errors
ERROR:
too-many-r>
<
inference-error
;
Methods
USING:
kernel
stack-checker.errors
summary
;
M:
too-many-r>
summary
drop
"Quotation pops retain stack elements which it did not push"
;