You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds three features:
1) Non-boolean expressions are returned verbatim.
2) Boolean expressions that are determined to be a constant (e.g., by means
of constant folding) are returned as constants, to enable further
optimisation by users.
3) Literals returned are frozen, to simplify incremental usage.
0 commit comments