diff options
| author | Théo Zimmermann | 2019-01-25 19:10:38 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-01-25 19:10:38 +0100 |
| commit | 2d19a8c0120fa66c771497303d38c12b69af5971 (patch) | |
| tree | 02c107e257145b137374bed2ea122754a7073cdf /theories | |
| parent | 6994539744e4ffaa4f622c8bccc66276e445ae9a (diff) | |
| parent | 19171c936483781f5dbdea4b083fc79268f81474 (diff) | |
Merge PR #8637: Update -compat to support -compat 8.10
Reviewed-by: Zimmi48
Reviewed-by: ejgallego
Ack-by: gares
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. |
