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
Multiplying a bool * bool returns an error (no mul_bbb opcode). Should be caught early and coerced to logical_and of the two values. Similarly for add_bbb -> logical_or.