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


Methods

M: too-many->r summary
drop
"Quotation pushes elements on retain stack without popping them"
;