aboutsummaryrefslogtreecommitdiff
path: root/contrib/funind/g_indfun.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/funind/g_indfun.ml4')
-rw-r--r--contrib/funind/g_indfun.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/funind/g_indfun.ml4 b/contrib/funind/g_indfun.ml4
index 71f483fb61..dae76f2dd9 100644
--- a/contrib/funind/g_indfun.ml4
+++ b/contrib/funind/g_indfun.ml4
@@ -317,7 +317,7 @@ let mkEq typ c1 c2 =
let poseq_unsafe idunsafe cstr gl =
let typ = Tacmach.pf_type_of gl cstr in
tclTHEN
- (Tactics.letin_tac true (Name idunsafe) cstr allClauses)
+ (Tactics.letin_tac None (Name idunsafe) cstr allClauses)
(tclTHENFIRST
(Tactics.assert_as true IntroAnonymous (mkEq typ (mkVar idunsafe) cstr))
Tactics.reflexivity)