diff options
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/tacexpr.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index a70ed47d42..ebff7b64cb 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -113,7 +113,8 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac,'lev) gen_atomic_tactic_expr = | TacAssert of 'tac option * intro_pattern_expr located option * 'constr | TacGeneralize of ('constr with_occurrences * name) list | TacGeneralizeDep of 'constr - | TacLetTac of name * 'constr * 'id clause_expr * letin_flag + | TacLetTac of name * 'constr * 'id clause_expr * letin_flag * + intro_pattern_expr located option (* Derived basic tactics *) | TacSimpleInductionDestruct of rec_flag * quantified_hypothesis |
