aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorThéo Zimmermann2019-11-02 22:06:07 +0100
committerPierre-Marie Pédrot2019-11-11 14:17:52 +0100
commitd6c45c99a9fd0dae4932f375ac663c368b1bdaf3 (patch)
treee2d152e303dec48ded605009de2e9361b0c41d50 /theories
parent2bdb83ef9eac0566d6fee6ac65e6317e0fe9f938 (diff)
Run update-compat script with --release option.
This should ideally have been done before the 8.11 branching.
Diffstat (limited to 'theories')
-rw-r--r--theories/Compat/Coq88.v30
1 files changed, 0 insertions, 30 deletions
diff --git a/theories/Compat/Coq88.v b/theories/Compat/Coq88.v
deleted file mode 100644
index 130aa35633..0000000000
--- a/theories/Compat/Coq88.v
+++ /dev/null
@@ -1,30 +0,0 @@
-(************************************************************************)
-(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
-(* <O___,, * (see CREDITS file for the list of authors) *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(* * (see LICENSE file for the text of the license) *)
-(************************************************************************)
-
-(** Compatibility file for making Coq act similar to Coq v8.8 *)
-Local Set Warnings "-deprecated".
-
-Require Export Coq.Compat.Coq89.
-
-(** In Coq 8.9, prim token notations follow [Import] rather than
- [Require]. So we make all of the relevant notations accessible in
- compatibility mode. *)
-Require Coq.Strings.Ascii Coq.Strings.String.
-Export String.StringSyntax Ascii.AsciiSyntax.
-Require Coq.ZArith.BinIntDef Coq.PArith.BinPosDef Coq.NArith.BinNatDef.
-Require Coq.Reals.Rdefinitions.
-Require Coq.Numbers.Cyclic.Int63.Int63.
-Require Coq.Numbers.Cyclic.Int31.Int31.
-Declare ML Module "r_syntax_plugin".
-Declare ML Module "int63_syntax_plugin".
-Numeral Notation BinNums.Z BinIntDef.Z.of_int BinIntDef.Z.to_int : Z_scope.
-Numeral Notation BinNums.positive BinPosDef.Pos.of_int BinPosDef.Pos.to_int : positive_scope.
-Numeral Notation BinNums.N BinNatDef.N.of_int BinNatDef.N.to_int : N_scope.
-Numeral Notation Int31.int31 Int31.phi_inv_nonneg Int31.phi : int31_scope.