aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/tacexpr.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml
index 42a5d5cbe..ea7c49f2b 100644
--- a/proofs/tacexpr.ml
+++ b/proofs/tacexpr.ml
@@ -141,7 +141,7 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac) gen_atomic_tactic_expr =
| TacNewInduction of 'constr induction_arg list * 'constr with_bindings option
* intro_pattern_expr
| TacSimpleDestruct of quantified_hypothesis
- | TacNewDestruct of 'constr induction_arg * 'constr with_bindings option
+ | TacNewDestruct of 'constr induction_arg list * 'constr with_bindings option
* intro_pattern_expr
| TacDoubleInduction of quantified_hypothesis * quantified_hypothesis