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 e11eb7a commit 9128669Copy full SHA for 9128669
tests/procrewrite.ec
@@ -100,7 +100,7 @@ theory ProcRewritePrhl.
100
lemma L a0 b0 : equiv[M.f ~ M.g : ={arg} /\ arg{1} = (a0, b0) ==> ={res} /\ res{1} = (b0 + a0) * a0].
101
proof.
102
proc.
103
- proc rewrite {1} 1 addzC.
+ proc rewrite {1} 1 addzC.
104
proc rewrite {2} 1 addzC.
105
proc rewrite {1} 1 mulzC.
106
auto=> />.
0 commit comments