Skip to content

Commit

Permalink
Use Compat.Coq816 instead of Compat.Coq814
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 17, 2022
1 parent 3711598 commit 153ac32
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion compatibility/Coq__8_16__Compat.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(** Compatibility file for making Coq act similar to Coq v8.8 *)
Local Set Warnings "-deprecated".

Require Export Coq.Compat.Coq814.
Require Export Coq.Compat.Coq816.

Unset Private Polymorphic Universes.

Expand All @@ -27,6 +27,7 @@ Number Notation Int31.int31 Int31.phi_inv_nonneg Int31.phi : int31_scope.
Local Set Warnings "-deprecated".
Global Set Firstorder Solver auto with *.
Global Set Instance Generalized Output.
Global Set Apply With Renaming.

Require Coq.micromega.Lia.
Module Export Coq.
Expand Down
3 changes: 2 additions & 1 deletion compatibility/Coq__8_17__Compat.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(** Compatibility file for making Coq act similar to Coq v8.8 *)
Local Set Warnings "-deprecated".

Require Export Coq.Compat.Coq814.
Require Export Coq.Compat.Coq816.

Unset Private Polymorphic Universes.

Expand All @@ -27,6 +27,7 @@ Number Notation Int31.int31 Int31.phi_inv_nonneg Int31.phi : int31_scope.
Local Set Warnings "-deprecated".
Global Set Firstorder Solver auto with *.
Global Set Instance Generalized Output.
Global Set Apply With Renaming.

Require Coq.micromega.Lia.
Module Export Coq.
Expand Down
3 changes: 2 additions & 1 deletion compatibility/Coq__master__Compat.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(** Compatibility file for making Coq act similar to Coq v8.8 *)
Local Set Warnings "-deprecated".

Require Export Coq.Compat.Coq814.
Require Export Coq.Compat.Coq816.

Unset Private Polymorphic Universes.

Expand All @@ -27,6 +27,7 @@ Number Notation Int31.int31 Int31.phi_inv_nonneg Int31.phi : int31_scope.
Local Set Warnings "-deprecated".
Global Set Firstorder Solver auto with *.
Global Set Instance Generalized Output.
Global Set Apply With Renaming.

Require Coq.micromega.Lia.
Module Export Coq.
Expand Down
3 changes: 2 additions & 1 deletion compatibility/fragments/Grab88v816.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(** Compatibility file for making Coq act similar to Coq v8.8 *)
Local Set Warnings "-deprecated".

Require Export Coq.Compat.Coq814.
Require Export Coq.Compat.Coq816.

Unset Private Polymorphic Universes.

Expand All @@ -25,6 +25,7 @@ Number Notation Int31.int31 Int31.phi_inv_nonneg Int31.phi : int31_scope.
Local Set Warnings "-deprecated".
Global Set Firstorder Solver auto with *.
Global Set Instance Generalized Output.
Global Set Apply With Renaming.

Require Coq.micromega.Lia.
Module Export Coq.
Expand Down

0 comments on commit 153ac32

Please sign in to comment.