-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Also from DAO bug typing:
type TB = <getBalance>?( <rtn>! | TB )
+ <deposit>?( <ackDeposit>?TB )
+ <users.keys>( <ackWithdraw>?TB + <ackSend>?TB )
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels