From 1afa589b280c6366c46d4c51184ee1bf5ef89f40 Mon Sep 17 00:00:00 2001 From: filliatr Date: Wed, 19 Jun 2002 13:35:20 +0000 Subject: deplacement contrib/correctness/ProgWf -> theories/ZArith/Zwf git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2795 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Zwf.v | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 theories/ZArith/Zwf.v (limited to 'theories') diff --git a/theories/ZArith/Zwf.v b/theories/ZArith/Zwf.v new file mode 100644 index 0000000000..386317e831 --- /dev/null +++ b/theories/ZArith/Zwf.v @@ -0,0 +1,83 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*