From 81ef6a6dc1bfc3db0e7df3e32b6446fc4d2c4008 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Mon, 14 Dec 2015 11:22:54 +0100 Subject: Moved proof_admitted to its own file, named "AdmitAxiom.v". --- theories/Compat/AdmitAxiom.v | 15 +++++++++++++++ theories/Compat/Coq84.v | 4 ---- theories/Compat/vo.itarget | 1 + 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 theories/Compat/AdmitAxiom.v (limited to 'theories') diff --git a/theories/Compat/AdmitAxiom.v b/theories/Compat/AdmitAxiom.v new file mode 100644 index 0000000000..68607f6b2d --- /dev/null +++ b/theories/Compat/AdmitAxiom.v @@ -0,0 +1,15 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*