diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/tacexpr.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml index 521a08bc2b..dc163ea210 100644 --- a/proofs/tacexpr.ml +++ b/proofs/tacexpr.ml @@ -152,7 +152,8 @@ type ('constr,'cst,'ind,'id) gen_atomic_tactic_expr = (* Conversion *) | TacReduce of ('constr,'cst) red_expr_gen * 'id raw_hyp_location list - | TacChange of 'constr * 'id raw_hyp_location list + | TacChange of + 'constr occurrences option * 'constr * 'id raw_hyp_location list (* Equivalence relations *) | TacReflexivity |
