diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-08-21 13:08:08 +0200 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-09-12 10:47:32 +0200 |
commit | 8326639ef45b22cb066f65d17f27a77a678eb694 (patch) | |
tree | 911e1ea019b7dc3412071743573590053e181f2d /intf | |
parent | d542746c848d4795d4af97874a30fa5e98c8a6b2 (diff) |
Add syntax [id]: to apply tactic to goal named id.
Diffstat (limited to 'intf')
-rw-r--r-- | intf/vernacexpr.mli | 1 |
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 |