aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/glob_term_to_relation.mli
diff options
context:
space:
mode:
authorPierre Courtieu2020-04-15 16:35:09 +0200
committerPierre Courtieu2020-04-15 16:35:09 +0200
commit35e363f988e941e710b4e24cd638233383275bd7 (patch)
tree4b2da314d4bd2aada31b7bf21b40dc959bf05065 /plugins/funind/glob_term_to_relation.mli
parente75ad2a575bc73febbf7eb075545e95d102f7544 (diff)
parentaedf2c0044b04cf141a52b1398306111b0bc4321 (diff)
Merge PR #11776: [ocamlformat] Enable for funind.
Reviewed-by: Matafou Ack-by: Zimmi48 Ack-by: maximedenes
Diffstat (limited to 'plugins/funind/glob_term_to_relation.mli')
-rw-r--r--plugins/funind/glob_term_to_relation.mli22
1 files changed, 12 insertions, 10 deletions
diff --git a/plugins/funind/glob_term_to_relation.mli b/plugins/funind/glob_term_to_relation.mli
index a29e5dff23..8dfeafe7c9 100644
--- a/plugins/funind/glob_term_to_relation.mli
+++ b/plugins/funind/glob_term_to_relation.mli
@@ -7,13 +7,15 @@ open Names
*)
val build_inductive :
-(* (ModPath.t * DirPath.t) option ->
- Id.t list -> (* The list of function name *)
- *)
- Evd.evar_map ->
- Constr.pconstant list ->
- (Name.t*Glob_term.glob_constr*Glob_term.glob_constr option) list list -> (* The list of function args *)
- Constrexpr.constr_expr list -> (* The list of function returned type *)
- Glob_term.glob_constr list -> (* the list of body *)
- unit
-
+ (* (ModPath.t * DirPath.t) option ->
+ Id.t list -> (* The list of function name *)
+ *)
+ Evd.evar_map
+ -> Constr.pconstant list
+ -> (Name.t * Glob_term.glob_constr * Glob_term.glob_constr option) list list
+ -> (* The list of function args *)
+ Constrexpr.constr_expr list
+ -> (* The list of function returned type *)
+ Glob_term.glob_constr list
+ -> (* the list of body *)
+ unit