must-infer
Factor handbook » Developer tools » Unit testing

Prev:must-fail-with
Next:must-infer-as


Vocabulary
tools.test

Syntax
[ quot ] must-infer


Inputs
None

Outputs
None

Word description
Ensures that the quotation has a static stack effect without running it.

Notes
This word is used to test that code will compile with the optimizing compiler for optimum performance. See Optimizing compiler.

Definition