Skip to content

Commit 191aebe

Browse files
committed
comment deprecation
1 parent f0b5f5b commit 191aebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.1", note="Use MMicromega.ZArithProof instead.")]*)
580580
Definition ZArithProof := ZArithProof.
581581

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

0 commit comments

Comments
 (0)