Error description Thrown when stack effect inference determines that an inline recursive word calls itself with a different set of quotation parameters than were input.
Examples
: inconsistent-recursive-call-example ( quot: ( -- ? ) -- b )
[ not ] compose inconsistent-recursive-call-example ; inline recursive