Skip to content

use case: DAO bug #7

@dckc

Description

@dckc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions