next up previous

13.1.15 Setting the Static Constraint Checking Behavior

This function sets static constraint checking behavior. When this behavior is disabled (FALSE), constraint violations are not checked when function calls and constructs are parsed. When this behavior is enabled (TRUE by default), constraint violations are checked when function calls and constructs are parsed. The return value for this function is the old value for the behavior.

Syntax

(set-static-constraint-checking <boolean-expression>)


next up previous