From 5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Wed, 21 Jul 2010 09:46:51 +0200 Subject: Imported Upstream snapshot 8.3~beta0+13298 --- contrib/funind/functional_principles_proofs.mli | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 contrib/funind/functional_principles_proofs.mli (limited to 'contrib/funind/functional_principles_proofs.mli') diff --git a/contrib/funind/functional_principles_proofs.mli b/contrib/funind/functional_principles_proofs.mli deleted file mode 100644 index 62eb528e..00000000 --- a/contrib/funind/functional_principles_proofs.mli +++ /dev/null @@ -1,19 +0,0 @@ -open Names -open Term - -val prove_princ_for_struct : - bool -> - int -> constant array -> constr array -> int -> Tacmach.tactic - - -val prove_principle_for_gen : - constant*constant*constant -> (* name of the function, the fonctionnal and the fixpoint equation *) - constr option ref -> (* a pointer to the obligation proofs lemma *) - bool -> (* is that function uses measure *) - int -> (* the number of recursive argument *) - types -> (* the type of the recursive argument *) - constr -> (* the wf relation used to prove the function *) - Tacmach.tactic - - -(* val is_pte : rel_declaration -> bool *) -- cgit v1.2.3