We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aee5a8 commit e9f06aeCopy full SHA for e9f06ae
src/verification/int_list.k
@@ -37,7 +37,9 @@ module INT-LIST
37
//rule sorted(L1 @ L2)
38
// => intseq2intset(L1) <=IntSet intseq2intset(L2) andBool sorted(L1) andBool sorted(L2)
39
// [smt-lemma]
40
+ /* TODO(Daejun): moved into include/z3/sorted_list.smt2 due to translation bug
41
rule sorted(ListItem(I)) => true [smt-lemma]
42
rule sorted(.List) => true [smt-lemma]
43
+ */
44
endmodule
45
0 commit comments