From 103210f0de563132c61fc33177be31adb8e0ab29 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 2 Apr 2014 18:12:58 +0200 Subject: Simplifying interface of elimination tactics. They used dummy clausenvs, and that should be changed anyway. --- proofs/clenvtac.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'proofs/clenvtac.mli') diff --git a/proofs/clenvtac.mli b/proofs/clenvtac.mli index 86d567ef2..f635012fe 100644 --- a/proofs/clenvtac.mli +++ b/proofs/clenvtac.mli @@ -16,8 +16,6 @@ open Unification val unify : ?flags:unify_flags -> constr -> tactic val clenv_refine : evars_flag -> ?with_classes:bool -> clausenv -> tactic val res_pf : clausenv -> ?with_evars:evars_flag -> ?flags:unify_flags -> tactic -val elim_res_pf_THEN_i : clausenv -> (clausenv -> tactic array) -> tactic -val new_elim_res_pf_THEN_i : clausenv -> (clausenv -> unit Proofview.tactic array) -> unit Proofview.tactic val clenv_pose_dependent_evars : evars_flag -> clausenv -> clausenv val clenv_value_cast_meta : clausenv -> constr -- cgit v1.2.3