Skip to content

Commit

Permalink
Rewriting system.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 14, 2024
1 parent 59a8602 commit 6ed64f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/src/test/scala/org/sireum/logika/example/list.sc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ object List {
Deduce(
//@formatter:off
1 ( 0 < c ) by Premise,
2 ( empty[T](c, s).wellFormed ) by RSimpl(RS(Queue.$.wellFormed _))
2 ( empty[T](c, s).wellFormed ) by RSimpl(RS(Queue.$.wellFormed _)) // Auto
//@formatter:on
)
}
Expand Down

0 comments on commit 6ed64f9

Please sign in to comment.