From d331f7f1ac0ec2ed12d458597d558a1988db1ba6 Mon Sep 17 00:00:00 2001 From: barras Date: Tue, 7 Sep 2004 19:28:25 +0000 Subject: deuxieme vague de modifs: evar_defs fonctionnel git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6071 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/clenvtac.mli | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'proofs/clenvtac.mli') diff --git a/proofs/clenvtac.mli b/proofs/clenvtac.mli index 1dd14e773..1695db2f5 100644 --- a/proofs/clenvtac.mli +++ b/proofs/clenvtac.mli @@ -20,10 +20,9 @@ open Proof_type (* Tactics *) val unify : constr -> tactic -val clenv_refine : (wc -> tactic) -> wc clausenv -> tactic -val res_pf : (wc -> tactic) -> wc clausenv -> tactic -val res_pf_cast : (wc -> tactic) -> wc clausenv -> tactic -val elim_res_pf : (wc -> tactic) -> wc clausenv -> bool -> tactic -val e_res_pf : (wc -> tactic) -> wc clausenv -> tactic -val elim_res_pf_THEN_i : - (wc -> tactic) -> wc clausenv -> (wc clausenv -> tactic array) -> tactic +val clenv_refine : wc clausenv -> tactic +val res_pf : wc clausenv -> tactic +val res_pf_cast : wc clausenv -> tactic +val elim_res_pf : wc clausenv -> bool -> tactic +val e_res_pf : wc clausenv -> tactic +val elim_res_pf_THEN_i : wc clausenv -> (wc clausenv -> tactic array) -> tactic -- cgit v1.2.3