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 line above says "... we simply disjoin the types of each case ..." which tells us how to read +. But logic.ml doesn't have disjunction. Ah... SLMC does:
| Or of formastnode * formastnode
The text was updated successfully, but these errors were encountered:
Also from DAO bug typing:
The line above says "... we simply disjoin the types of each case ..." which tells us how to read
+
. But logic.ml doesn't have disjunction. Ah... SLMC does:The text was updated successfully, but these errors were encountered: