aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun.ml
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-09-18 19:35:41 +0200
committerEmilio Jesus Gallego Arias2018-09-23 17:38:00 +0200
commit27c7b5f2eaada92897c51d974c86d148213bd475 (patch)
treef854d30ffe08737e07ab6d99e8371b7460e63d0c /plugins/funind/indfun.ml
parent92fbd7383c3897b3932b0ad95afa0982d2d8a7e3 (diff)
[api] Deprecate constructors of deprecated datatypes.
When deprecating some type alias [due to code refactoring] we forgot to deprecate the constructors too. Closes #8498.
Diffstat (limited to 'plugins/funind/indfun.ml')
-rw-r--r--plugins/funind/indfun.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/indfun.ml b/plugins/funind/indfun.ml
index 489a40ed09..e114a0119e 100644
--- a/plugins/funind/indfun.ml
+++ b/plugins/funind/indfun.ml
@@ -98,7 +98,7 @@ let functional_induction with_clean c princl pat =
List.map2
(fun c pat ->
((None,
- Ltac_plugin.Tacexpr.ElimOnConstr (fun env sigma -> (sigma,(c,NoBindings)))),
+ Tactics.ElimOnConstr (fun env sigma -> (sigma,(c,NoBindings)))),
(None,pat),
None))
(args@c_list)