Skip to content

Commit 615ea13

Browse files
committed
deprecation number?
1 parent 191aebe commit 615ea13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

theories/micromega/ZMicromega.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ Qed.
576576
Definition cnfZ (Annot: Type) (TX : Tauto.kind -> Type) (AF : Type) (k: Tauto.kind) (f : TFormula (Formula Z) Annot TX AF k) :=
577577
rxcnf Zunsat Zdeduce normalise negate true f.
578578

579-
(*#[deprecated(since="9.1", note="Use MMicromega.ZArithProof instead.")]*)
579+
#[deprecated(since="9.0", note="Use MMicromega.ZArithProof instead.")]
580580
Definition ZArithProof := ZArithProof.
581581

582582
Definition ZTautoChecker (f : BFormula (Formula Z) Tauto.isProp) (w: list ZArithProof): bool :=

theories/micromega/ZifyClasses.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Attributes deprecated(since="9.1", note="Use TifyClasses instead.").
1+
Attributes deprecated(since="9.0", note="Use TifyClasses instead.").
22

33
From Stdlib Require Export TifyClasses.
44

0 commit comments

Comments
 (0)