check-known-call-effect ( quot effect -- )


Vocabulary
compiler.tree.propagation.call-effect

Inputs
quota callable
effectan effect


Outputs
None

Word description
Rejects a callable whose known effect is incompatible with the call site, before it executes. If inference cannot determine its effect, leaves validation to the runtime stack check.

Definition