aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index b15feeb098..1c2026420c 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -1041,7 +1041,7 @@ let induct_discharge indpath statuslists cname destopt avoid (_,t) =
if n=1 then
cname
else (* To force renumbering if there is only one *)
- make_ident (string_of_id cname) 1
+ make_ident (string_of_id cname) (Some 1)
in
let hyprecname = id_of_string ("Hrec"^(string_of_id recvarname)) in
let rec peel_tac c = match kind_of_term c with