aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacsubst.ml
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 /tactics/tacsubst.ml
parent47c688165c6ad00b725bc4f93574bba55c2544f5 (diff)
Add [numgoal] to Ltac.
Diffstat (limited to 'tactics/tacsubst.ml')
-rw-r--r--tactics/tacsubst.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tacsubst.ml b/tactics/tacsubst.ml
index c0b81e90d..ecadfca59 100644
--- a/tactics/tacsubst.ml
+++ b/tactics/tacsubst.ml
@@ -262,6 +262,7 @@ and subst_tacarg subst = function
TacExternal (_loc,com,req,List.map (subst_tacarg subst) la)
| TacFreshId _ as x -> x
| TacPretype c -> TacPretype (subst_glob_constr subst c)
+ | TacNumgoals -> TacNumgoals
| Tacexp t -> Tacexp (subst_tactic subst t)
| TacGeneric arg -> TacGeneric (Genintern.generic_substitute subst arg)
| TacDynamic(the_loc,t) as x ->