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 20d7e37 commit 2a7f0e0Copy full SHA for 2a7f0e0
test/check-implication/issue-1916-spec.k
@@ -5,5 +5,8 @@ endmodule
5
module ISSUE-1916-SPEC
6
import VERIFICATION
7
8
+ // Proving this claim requires that the right-hand side is simplified using
9
+ // the conditions from the left-hand side.
10
+ //
11
rule <k> begin => end </k> requires isFun(X) ensures true #And #Ceil(fun(X))
12
endmodule
0 commit comments