Parents: | effects |
Class | Superclass | Slots |
bad-effect | tuple | |
can't-nest-definitions | tuple | word |
invalid-row-variable | tuple | |
row-variable-can't-have-type | tuple | |
stack-effect-omits-dashes | tuple |
effect-var |
Word | Stack effect |
(:) | ( -- word def effect ) |
bad-effect | ( -- * ) |
can't-nest-definitions | ( word -- * ) |
in-definition | ( -- value ) |
invalid-row-variable | ( -- * ) |
parse-call-paren | ( accum word -- accum ) |
parse-effect | ( end -- effect ) |
parse-effect-token | ( first? var end -- var more? ) |
parse-effect-tokens | ( end -- var tokens ) |
row-variable-can't-have-type | ( -- * ) |
scan-effect | ( -- effect ) |
set-in-definition | ( -- ) |
stack-effect-omits-dashes | ( -- * ) |
unset-in-definition | ( -- ) |
with-definition | ( quot -- ) |
Word | Stack effect |
bad-effect? | ( object -- ? ) |
can't-nest-definitions? | ( object -- ? ) |
invalid-row-variable? | ( object -- ? ) |
row-variable-can't-have-type? | ( object -- ? ) |
stack-effect-omits-dashes? | ( object -- ? ) |