diff options
| author | Emilio Jesus Gallego Arias | 2020-05-18 16:58:21 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-05-18 16:58:21 +0200 |
| commit | ea6cb6b542e8c356192bb77f234586e0f6d55c8c (patch) | |
| tree | a5e02dcc797d17c09bac5ddc22e9d803828198df /theories | |
| parent | b456cf69eaac3e73f0c63c81ab2dbb58ca5e73b2 (diff) | |
| parent | f1238742f931269167e7c2704b53bb285d05f39d (diff) | |
Merge PR #12346: Update to 8.13.
Reviewed-by: ejgallego
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Compat/Coq812.v | 2 | ||||
| -rw-r--r-- | theories/Compat/Coq813.v | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/theories/Compat/Coq812.v b/theories/Compat/Coq812.v index ee4bac3542..f52b559f84 100644 --- a/theories/Compat/Coq812.v +++ b/theories/Compat/Coq812.v @@ -9,4 +9,6 @@ (************************************************************************) (** Compatibility file for making Coq act similar to Coq v8.12 *) + +Require Export Coq.Compat.Coq813. Set Firstorder Solver auto with *. diff --git a/theories/Compat/Coq813.v b/theories/Compat/Coq813.v new file mode 100644 index 0000000000..92544c6ed9 --- /dev/null +++ b/theories/Compat/Coq813.v @@ -0,0 +1,11 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * Copyright INRIA, CNRS and contributors *) +(* <O___,, * (see version control and CREDITS file for authors & dates) *) +(* \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.13 *) |
