aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-08-21 13:08:08 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-09-12 10:47:32 +0200
commit8326639ef45b22cb066f65d17f27a77a678eb694 (patch)
tree911e1ea019b7dc3412071743573590053e181f2d /intf/vernacexpr.mli
parentd542746c848d4795d4af97874a30fa5e98c8a6b2 (diff)
Add syntax [id]: to apply tactic to goal named id.
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index b784bc433..009ec543c 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -30,6 +30,7 @@ type class_rawexpr = FunClass | SortClass | RefClass of reference or_by_notation
similar, they do not seem to mean the same thing. *)
type goal_selector =
| SelectNth of int
+ | SelectId of Id.t
| SelectAll
| SelectAllParallel