aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/hiddentac.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/hiddentac.ml')
-rw-r--r--tactics/hiddentac.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/hiddentac.ml b/tactics/hiddentac.ml
index 749a5b12d..3e6542853 100644
--- a/tactics/hiddentac.ml
+++ b/tactics/hiddentac.ml
@@ -72,7 +72,7 @@ let h_rename id1 id2 =
(* Constructors *)
let h_left l = abstract_tactic (TacLeft l) (left l)
let h_right l = abstract_tactic (TacLeft l) (right l)
-let h_split l = abstract_tactic (TacSplit l) (split l)
+let h_split l = abstract_tactic (TacSplit (false,l)) (split l)
(* Moved to tacinterp because of dependence in Tacinterp.interp
let h_any_constructor t =
abstract_tactic (TacAnyConstructor t) (any_constructor t)