aboutsummaryrefslogtreecommitdiff
path: root/proofs/goal_select.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/goal_select.mli')
-rw-r--r--proofs/goal_select.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/proofs/goal_select.mli b/proofs/goal_select.mli
index 977392baa6..c6726300f0 100644
--- a/proofs/goal_select.mli
+++ b/proofs/goal_select.mli
@@ -24,3 +24,5 @@ type t =
val pr_goal_selector : t -> Pp.t
val get_default_goal_selector : unit -> t
+
+val tclSELECT : ?nosuchgoal:'a Proofview.tactic -> t -> 'a Proofview.tactic -> 'a Proofview.tactic