see: show stack effects for ALIAS: definitions. Fixes #120.
parent
ffd54d4d20
commit
c583b8ad97
|
@ -37,7 +37,7 @@ GENERIC: print-stack-effect? ( word -- ? )
|
|||
M: parsing-word print-stack-effect? drop f ;
|
||||
M: symbol print-stack-effect? drop f ;
|
||||
M: constant print-stack-effect? drop f ;
|
||||
M: alias print-stack-effect? drop f ;
|
||||
M: alias print-stack-effect? drop t ;
|
||||
M: word print-stack-effect? drop t ;
|
||||
|
||||
: stack-effect. ( word -- )
|
||||
|
|
Loading…
Reference in New Issue