aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
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 99e151e381..940aa6d1cb 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -185,6 +185,7 @@ and ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_arg =
('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_arg list
| TacFreshId of string or_var list
| Tacexp of ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_expr
+ | TacPretype of 'trm
(** Generic ltac expressions.
't : terms, 'p : patterns, 'c : constants, 'i : inductive,