diff options
| author | Jason Gross | 2018-10-03 12:06:02 -0400 |
|---|---|---|
| committer | Jason Gross | 2019-01-24 14:22:27 -0500 |
| commit | 218f45f4878fce3da520fae4694dad5653d8de4f (patch) | |
| tree | 9af58da7c61046b8de19b3e8fc3df968250ac46e /theories | |
| parent | 418a874a7f60864d8ab8c02952271c232bd3d38e (diff) | |
Update -compat to support -compat 8.10
This commit was created via `./dev/tools/update-compat.py --master`
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Compat/Coq810.v | 11 | ||||
| -rw-r--r-- | theories/Compat/Coq89.v | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/theories/Compat/Coq810.v b/theories/Compat/Coq810.v new file mode 100644 index 0000000000..f10201661e --- /dev/null +++ b/theories/Compat/Coq810.v @@ -0,0 +1,11 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(* <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.10 *) diff --git a/theories/Compat/Coq89.v b/theories/Compat/Coq89.v index decb5c7519..05d63d9a47 100644 --- a/theories/Compat/Coq89.v +++ b/theories/Compat/Coq89.v @@ -11,5 +11,7 @@ (** Compatibility file for making Coq act similar to Coq v8.9 *) Local Set Warnings "-deprecated". +Require Export Coq.Compat.Coq810. + Unset Private Polymorphic Universes. Set Refine Instance Mode. |
