call-effect-unsafe? ( quot effect -- ? )


Vocabulary
compiler.tree.propagation.call-effect

Inputs
quota quotation
effectan effect


Outputs
?a boolean


Word description
Checks if the given effect is safe with regards to the quotation.

Definition