From 2280477a96e19ba5060de2d48dcc8fd7c8079d22 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 13 Nov 2015 11:31:34 +0100 Subject: Imported Upstream version 8.5~beta3+dfsg --- theories/Compat/Coq84.v | 77 ++++++++++++++++++++++++++++++++++++++++++++++ theories/Compat/Coq85.v | 9 ++++++ theories/Compat/vo.itarget | 2 ++ 3 files changed, 88 insertions(+) create mode 100644 theories/Compat/Coq84.v create mode 100644 theories/Compat/Coq85.v create mode 100644 theories/Compat/vo.itarget (limited to 'theories/Compat') diff --git a/theories/Compat/Coq84.v b/theories/Compat/Coq84.v new file mode 100644 index 00000000..b04d5168 --- /dev/null +++ b/theories/Compat/Coq84.v @@ -0,0 +1,77 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*