aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf
diff options
context:
space:
mode:
authorGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-07-30 12:12:21 +0200
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-08-01 19:18:58 +0200
commit78692ad28ded4f94d5cf7e54240fe0b71d1be282 (patch)
tree05ccc456677d61f2d6b34dff334641059d179193 /intf
parent47c688165c6ad00b725bc4f93574bba55c2544f5 (diff)
Add [numgoal] to Ltac.
Diffstat (limited to 'intf')
-rw-r--r--intf/tacexpr.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli
index 940aa6d1c..d31908114 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -186,6 +186,7 @@ and ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_arg =
| TacFreshId of string or_var list
| Tacexp of ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_expr
| TacPretype of 'trm
+ | TacNumgoals
(** Generic ltac expressions.
't : terms, 'p : patterns, 'c : constants, 'i : inductive,