aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/tacexpr.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/tacexpr.ml')
-rw-r--r--proofs/tacexpr.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml
index 2761fbbdf..1c6d7a6f6 100644
--- a/proofs/tacexpr.ml
+++ b/proofs/tacexpr.ml
@@ -146,7 +146,7 @@ type ('constr,'cst,'ind,'id) gen_atomic_tactic_expr =
(* Constructors *)
| TacLeft of 'constr substitution
| TacRight of 'constr substitution
- | TacSplit of 'constr substitution
+ | TacSplit of bool * 'constr substitution
| TacAnyConstructor of raw_tactic_expr option
| TacConstructor of int or_metaid * 'constr substitution