From a478947e33bcca34291ec36487876443a694c6bf Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 14 Sep 2015 17:46:52 -0400 Subject: Add compatibility files (feature 4319) --- theories/Compat/Coq84.v | 56 ++++++++++++++++++++++++++++++++++++++++++++++ theories/Compat/Coq85.v | 9 ++++++++ theories/Compat/vo.itarget | 2 ++ theories/theories.itarget | 1 + 4 files changed, 68 insertions(+) create mode 100644 theories/Compat/Coq84.v create mode 100644 theories/Compat/Coq85.v create mode 100644 theories/Compat/vo.itarget diff --git a/theories/Compat/Coq84.v b/theories/Compat/Coq84.v new file mode 100644 index 0000000000..83016976e8 --- /dev/null +++ b/theories/Compat/Coq84.v @@ -0,0 +1,56 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*