Skip to content

Commit

Permalink
Rewriting system.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Feb 9, 2024
1 parent 139aac9 commit 5101fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions library/shared/src/main/scala/org/sireum/contract.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,7 @@ trait contract {

implicit def $toB(state: Contract.StateCont): B = ???

implicit def $toSequent(b: Boolean): Contract.SequentBuilder = ???
implicit def $toSequent(bs: (B, B)): Contract.SequentBuilder = ???
implicit def $toSequent(bs: (B, B, B)): Contract.SequentBuilder = ???
implicit def $toSequent(bs: (B, B, B, B)): Contract.SequentBuilder = ???
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object justification {

@just def Admit: Unit = $

@just def Rewrite(rs: RS): Unit = $
@just def Rewrite(rs: RS, from: StepId): Unit = $

object natded {

Expand Down

0 comments on commit 5101fb3

Please sign in to comment.