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.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/funind/recdef.mli b/plugins/funind/recdef.mli
index aa4493821..1117e2597 100644
--- a/plugins/funind/recdef.mli
+++ b/plugins/funind/recdef.mli
@@ -10,11 +10,11 @@ val recursive_definition :
bool ->
Names.identifier ->
Constrintern.internalization_env ->
- Topconstr.constr_expr ->
- Topconstr.constr_expr ->
- int -> Topconstr.constr_expr -> (Names.constant ->
+ Constrexpr.constr_expr ->
+ Constrexpr.constr_expr ->
+ int -> Constrexpr.constr_expr -> (Names.constant ->
Term.constr option ref ->
Names.constant ->
- Names.constant -> int -> Term.types -> int -> Term.constr -> 'a) -> Topconstr.constr_expr list -> unit
+ Names.constant -> int -> Term.types -> int -> Term.constr -> 'a) -> Constrexpr.constr_expr list -> unit