aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/clenvtac.mli
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-09-10 22:49:32 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-09-10 22:49:32 +0000
commit8089ee3421c4228fbf606f24ed49b33d6ec3145b (patch)
treeaf7706aa547c4ed2113b9f231da1dc47f2c67455 /proofs/clenvtac.mli
parent112e6dced6dad495857a71c7a822f90d7d93d7d9 (diff)
simplification de clenv
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6096 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/clenvtac.mli')
-rw-r--r--proofs/clenvtac.mli12
1 files changed, 6 insertions, 6 deletions
diff --git a/proofs/clenvtac.mli b/proofs/clenvtac.mli
index 1695db2f5..c463d75e3 100644
--- a/proofs/clenvtac.mli
+++ b/proofs/clenvtac.mli
@@ -20,9 +20,9 @@ open Proof_type
(* Tactics *)
val unify : constr -> 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
+val clenv_refine : clausenv -> tactic
+val res_pf : clausenv -> tactic
+val res_pf_cast : clausenv -> tactic
+val elim_res_pf : clausenv -> bool -> tactic
+val e_res_pf : clausenv -> tactic
+val elim_res_pf_THEN_i : clausenv -> (clausenv -> tactic array) -> tactic