aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/refiner.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/refiner.mli')
-rw-r--r--proofs/refiner.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/proofs/refiner.mli b/proofs/refiner.mli
index 530a72a37..ba092e89e 100644
--- a/proofs/refiner.mli
+++ b/proofs/refiner.mli
@@ -47,7 +47,6 @@ val frontier : transformation_tactic
val list_pf : proof_tree -> goal list
val unTAC : tactic -> goal sigma -> proof_tree sigma
-val local_Constraints : tactic
(* [frontier_map f n p] applies f on the n-th open subgoal of p and
rebuilds proof-tree.
@@ -61,6 +60,9 @@ val frontier_mapi :
(*s Tacticals. *)
+(* [tclNORMEVAR] forces propagation of evar constraints *)
+val tclNORMEVAR : tactic
+
(* [tclIDTAC] is the identity tactic without message printing*)
val tclIDTAC : tactic
val tclIDTAC_MESSAGE : Pp.std_ppcmds -> tactic