Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated options/flags #198

Merged
merged 1 commit into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion algebra/CFields.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
(** printing [/]?[//] %\ensuremath{/?\ddagger}% #/?‡# *)

Require Export CoRN.algebra.CRings.
Set Automatic Introduction.

Transparent sym_eq.
Transparent f_equal.
Expand Down
1 change: 0 additions & 1 deletion algebra/CGroups.v
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

Require Import CoRN.tactics.CornTac.
Require Export CoRN.algebra.CMonoids.
Set Automatic Introduction.

(* Begin_SpecReals *)

Expand Down
1 change: 0 additions & 1 deletion algebra/COrdCauchy.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
*)
Require Export CoRN.algebra.COrdAbs.
From Coq Require Import Lia.
Set Automatic Introduction.

(* Begin_SpecReals *)

Expand Down
1 change: 0 additions & 1 deletion algebra/CPoly_ApZero.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Require MathClasses.implementations.ne_list.
Import CRing_Homomorphisms.coercions.
Import ne_list.notations ne_list.coercions.

Set Automatic Introduction.

(**
* Polynomials apart from zero *)
Expand Down
1 change: 0 additions & 1 deletion algebra/CPoly_Degree.v
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Require Export CoRN.algebra.CFields.
Require Export CoRN.tactics.Rational.
Require Import Lia.
Import CRing_Homomorphisms.coercions.
Set Automatic Introduction.

(**
* Degrees of Polynomials
Expand Down
1 change: 0 additions & 1 deletion algebra/CPoly_Newton.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Require MathClasses.implementations.ne_list.
Import CRing_Homomorphisms.coercions.
Import ne_list.notations ne_list.coercions.

Set Automatic Introduction.

Coercion Vector.to_list: Vector.t >-> list.

Expand Down
1 change: 0 additions & 1 deletion algebra/CRing_Homomorphisms.v
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
(** printing phi %\ensuremath{\phi}% *)

Require Export CoRN.algebra.CRings.
Set Automatic Introduction.

(* Backwards compatibility for Hint Rewrite locality attributes *)
Set Warnings "-unsupported-attributes".
Expand Down
1 change: 0 additions & 1 deletion ftc/FunctSums.v
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

Require Export CoRN.reals.CSumsReals.
Require Export CoRN.ftc.PartFunEquality.
Set Automatic Introduction.

(**
* Sums of Functions
Expand Down
1 change: 0 additions & 1 deletion ftc/NthDerivative.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
*)

Require Export CoRN.ftc.Differentiability.
Set Automatic Introduction.

Section Nth_Derivative.

Expand Down
1 change: 0 additions & 1 deletion logic/CLogic.v
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Require Export Coq.Arith.Div2.
Require Export Coq.Arith.Wf_nat.
From Coq Require Import Lia.

Set Automatic Introduction.

(**
* Extending the Coq Logic
Expand Down
2 changes: 0 additions & 2 deletions logic/CornBasics.v
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ Tactic Notation "apply" ":" constr(x) := pose proof x as HHH; first [
refine (HHH _ _ _ _ _ _ _ _ _ _ _ _ _) |
refine (HHH _ _ _ _ _ _ _ _ _ _ _ _ _ _)]; clear HHH.

Global Set Automatic Coercions Import.

Global Set Automatic Introduction.

#[global]
Instance: @DefaultRelation nat eq | 2 := {}.
Expand Down
1 change: 0 additions & 1 deletion metric2/Compact.v
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Require Import Coq.QArith.Qround.
Require Import Coq.Arith.Div2.

Set Implicit Arguments.
Set Automatic Introduction.

Local Open Scope uc_scope.

Expand Down
1 change: 0 additions & 1 deletion metric2/Prelength.v
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Require Import CoRN.stdlib_omissions.Q.


Set Implicit Arguments.
Set Automatic Introduction.

Local Open Scope Q_scope.

Expand Down
1 change: 0 additions & 1 deletion metric2/StepFunctionSetoid.v
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Require Import CoRN.algebra.COrdFields.
Set Warnings "-unsupported-attributes".

Set Implicit Arguments.
Set Automatic Introduction.

Local Open Scope Q_scope.

Expand Down
1 change: 0 additions & 1 deletion metrics/CMetricSpaces.v
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

Require Export CoRN.metrics.Prod_Sub.
Require Export CoRN.metrics.Equiv.
Set Automatic Introduction.

Section Definition_MS.
(**
Expand Down
1 change: 0 additions & 1 deletion metrics/Prod_Sub.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
*)

Require Export CoRN.metrics.IR_CPMSpace.
Set Automatic Introduction.

Section prodpsmetrics.
(**
Expand Down
1 change: 0 additions & 1 deletion model/metric2/LinfMetricMonad.v
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Require Import CoRN.algebra.COrdFields2.
Require Import CoRN.tactics.CornTac.

Set Implicit Arguments.
Set Automatic Introduction.

Local Open Scope sfstscope.
Local Open Scope setoid_scope.
Expand Down
1 change: 0 additions & 1 deletion model/metric2/Qmetric.v
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Require Import CoRN.metric2.UniformContinuity.
Require Import MathClasses.implementations.stdlib_rationals.

Set Implicit Arguments.
Set Automatic Introduction.

Local Open Scope Q_scope.

Expand Down
1 change: 0 additions & 1 deletion model/setoids/Nfinsetoid.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
*)

Require Import CoRN.algebra.CSetoids.
Set Automatic Introduction.

(**
** Setoids of the first [n] natural numbers
Expand Down
1 change: 0 additions & 1 deletion model/setoids/Nsetoid.v
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
Require Export CoRN.model.structures.Nsec.
Require Import CoRN.algebra.CSetoidFun.

Set Automatic Introduction.

(**
** Example of a setoid: [nat]
Expand Down
1 change: 0 additions & 1 deletion model/setoids/Zfinsetoid.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
*)
Require Export Coq.ZArith.ZArith.
Require Import CoRN.algebra.CSetoids.
Set Automatic Introduction.

(**
** Setoids of the integers between 0 and [z]
Expand Down
1 change: 0 additions & 1 deletion model/setoids/decsetoid.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Require Import
Coq.Classes.Morphisms
Coq.Classes.SetoidClass.

Set Automatic Introduction.

Class Apartness `{SetoidClass.Setoid} (ap: Crelation A): Type :=
{ ap_irreflexive: irreflexive ap
Expand Down
1 change: 0 additions & 1 deletion model/structures/QnonNeg.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Require Import CoRN.model.totalorder.QposMinMax
Coq.Program.Program CoRN.model.structures.QposInf Coq.QArith.Qminmax.

Set Automatic Introduction.

(* The data type and simple relations/constants: *)

Expand Down
1 change: 0 additions & 1 deletion model/totalorder/QMinMax.v
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ CONNECTION WITH THE PROOF OR THE USE OR OTHER DEALINGS IN THE PROOF.

Require Import Coq.QArith.QArith_base.
Require Import CoRN.order.TotalOrder.
Set Automatic Introduction.

(**
** Example of a Total Order: <Q, Qle, Qmin, Qmax>
Expand Down
1 change: 0 additions & 1 deletion reals/Intervals.v
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

Require Export CoRN.algebra.CSetoidInc.
Require Export CoRN.reals.RealLists.
Set Automatic Introduction.

Section Intervals.

Expand Down
1 change: 0 additions & 1 deletion reals/RealCount.v
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*)
Require Export CoRN.reals.CReals1.
Set Automatic Introduction.

(* Consider Reals are enumerated by function f *)

Expand Down
1 change: 0 additions & 1 deletion reals/fast/CRGroupOps.v
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Require Import MathClasses.interfaces.canonical_names.
Set Warnings "-unsupported-attributes".

Set Implicit Arguments.
Set Automatic Introduction.

Opaque CR Qmin Qmax.

Expand Down
1 change: 0 additions & 1 deletion reals/fast/CRcorrect.v
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Require Export CoRN.reals.fast.CRFieldOps.
(* Backwards compatibility for Hint Rewrite locality attributes *)
Set Warnings "-unsupported-attributes".

Set Automatic Introduction.

Local Open Scope nat_scope.

Expand Down
1 change: 0 additions & 1 deletion stdlib_omissions/P.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

Require Import Coq.Setoids.Setoid Coq.PArith.BinPos Coq.PArith.Pnat ZArith_base.

Set Automatic Introduction.

Section P_of_nat.

Expand Down Expand Up @@ -35,7 +34,7 @@
apply lt_O_nat_of_P.
Qed.

#[global]

Check warning on line 37 in stdlib_omissions/P.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.17)

Adding and removing hints in the core database implicitly is

Check warning on line 37 in stdlib_omissions/P.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:dev)

Adding and removing hints in the core database implicitly is

Check warning on line 37 in stdlib_omissions/P.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.15)

Adding and removing hints in the core database implicitly is

Check warning on line 37 in stdlib_omissions/P.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Adding and removing hints in the core database implicitly is

Check warning on line 37 in stdlib_omissions/P.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.16)

Adding and removing hints in the core database implicitly is
Hint Immediate nat_of_P_nonzero.

Lemma Plt_lt (p q: positive): Pos.lt p q <-> (nat_of_P p < nat_of_P q).
Expand Down
1 change: 0 additions & 1 deletion stdlib_omissions/Q.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Require Import

Require CoRN.stdlib_omissions.Z.

Set Automatic Introduction.

Notation "x <= y < z" := (x <= y /\ y < z) : Q_scope.
Notation "x < y <= z" := (x < y /\ y <= z) : Q_scope.
Expand Down
1 change: 0 additions & 1 deletion util/Qgcd.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Require Import
Coq.QArith.QArith CoRN.model.Zmod.ZGcd
CoRN.model.totalorder.QposMinMax
CoRN.stdlib_omissions.Q.
Set Automatic Introduction.

Open Scope Q_scope.

Expand Down
2 changes: 0 additions & 2 deletions util/Qsums.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Require Import
CoRN.stdlib_omissions.Z
CoRN.stdlib_omissions.Q.

Set Automatic Introduction.
Set Automatic Introduction.

Open Scope Q_scope.

Expand Down
Loading