Skip to content

Commit bf0b62a

Browse files
committed
Factor common definitions between ring and micromega
1 parent 148a8d7 commit bf0b62a

File tree

11 files changed

+445
-728
lines changed

11 files changed

+445
-728
lines changed

test-suite/micromega/witness_tactics.v

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ pose (ff :=
1111
(EQ
1212
(A isBool
1313
{|
14-
Flhs := PEadd (PEX 1) (PEmul (PEc 2%Q) (PEX 2));
14+
Flhs := PEadd (PEX _ 1) (PEmul (PEc 2%Q) (PEX _ 2));
1515
Fop := OpLe;
1616
Frhs := PEc 3%Q
1717
|} tt) (TT isBool)) None
1818
(IMPL
1919
(EQ
2020
(A isBool
2121
{|
22-
Flhs := PEadd (PEmul (PEc 2%Q) (PEX 1)) (PEX 2);
22+
Flhs := PEadd (PEmul (PEc 2%Q) (PEX _ 1)) (PEX _ 2);
2323
Fop := OpLe;
2424
Frhs := PEc 3%Q
2525
|} tt) (TT isBool)) None
2626
(EQ
2727
(A isBool
28-
{| Flhs := PEadd (PEX 1) (PEX 2); Fop := OpLe; Frhs := PEc 2%Q |} tt)
28+
{| Flhs := PEadd (PEX _ 1) (PEX _ 2); Fop := OpLe; Frhs := PEc 2%Q |} tt)
2929
(TT isBool))) : BFormula (Formula Q) isProp).
3030
let ff' := eval unfold ff in ff in wlra_Q wit0 ff'.
3131
Check eq_refl : wit0 = (PsatzAdd (PsatzIn Q 2)

0 commit comments

Comments
 (0)