File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 576576Definition 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.")]
580+ Definition ZArithProof := ZArithProof.
581+
579582Definition ZTautoChecker (f : BFormula (Formula Z) Tauto.isProp) (w: list ZArithProof): bool :=
580583 @tauto_checker (Formula Z) (NFormula Z) unit Zunsat Zdeduce normalise negate ZArithProof (fun cl => ZChecker None (List.map fst cl)) f w.
581584
Original file line number Diff line number Diff line change 1414
1515From Stdlib Require Import Arith BinInt BinNat Zeven Znat Nnat.
1616From Stdlib Require Import TifyClasses.
17+ From Stdlib Require Import ZifyClasses. (* for backward compatibility - to be removed *)
1718Declare ML Module "rocq-runtime.plugins.zify".
1819Local Open Scope Z_scope.
1920
You can’t perform that action at this time.
0 commit comments