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
The type is used as the role, and the tuple is used as a proof that and(false, false) = false, even thought the actual expression would be bool(and(false, false)) = false.
The text was updated successfully, but these errors were encountered:
I am gravitating towards using a straightforward way of modeling functions:
This can prove
(and(false, false), false)
.The type is used as the role, and the tuple is used as a proof that
and(false, false) = false
, even thought the actual expression would bebool(and(false, false)) = false
.The text was updated successfully, but these errors were encountered: