aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/funind/recdef.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/funind/recdef.mli')
-rw-r--r--plugins/funind/recdef.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/funind/recdef.mli b/plugins/funind/recdef.mli
index 1117e2597..2ef685203 100644
--- a/plugins/funind/recdef.mli
+++ b/plugins/funind/recdef.mli
@@ -4,11 +4,11 @@
val tclUSER_if_not_mes :
Proof_type.tactic ->
bool ->
- Names.identifier list option ->
+ Names.Id.t list option ->
Proof_type.tactic
val recursive_definition :
bool ->
- Names.identifier ->
+ Names.Id.t ->
Constrintern.internalization_env ->
Constrexpr.constr_expr ->
Constrexpr.constr_expr ->