aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat/Coq88.v
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-09 09:27:55 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-09 09:27:55 +0100
commit1a7415a18879fe086b6f93bc779e254a6dcaed40 (patch)
treefe1e44ce0c10b88ac194ec02872a6557d5d221fd /theories/Compat/Coq88.v
parent4ddd8c17a4a8a385fd621ca4804175ae87a01454 (diff)
parent6faef9c38104c09ce1a6e7db2589a746484ecfb4 (diff)
Merge PR #6937: Add empty compat file for Coq 8.8
Diffstat (limited to 'theories/Compat/Coq88.v')
-rw-r--r--theories/Compat/Coq88.v11
1 files changed, 11 insertions, 0 deletions
diff --git a/theories/Compat/Coq88.v b/theories/Compat/Coq88.v
new file mode 100644
index 000000000..4142af05d
--- /dev/null
+++ b/theories/Compat/Coq88.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.8 *)