diff options
Diffstat (limited to 'intf')
-rw-r--r-- | intf/tacexpr.mli | 1 |
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, |