Handbook
Glossary
too-many->r ( -- * )
Factor handbook
»
The language
»
Stack effect checking
»
Stack checker errors
Prev:
recursive-quotation-error ( quot -- * )
Next:
too-many-r> ( -- * )
Vocabulary
stack-checker
.
errors
Error description
Thrown if inference notices a quotation pushing elements on the retain stack without popping them at the end.
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 pushes elements on retain stack without popping them"
;