diff options
| author | Pierre Courtieu | 2020-04-15 16:35:09 +0200 |
|---|---|---|
| committer | Pierre Courtieu | 2020-04-15 16:35:09 +0200 |
| commit | 35e363f988e941e710b4e24cd638233383275bd7 (patch) | |
| tree | 4b2da314d4bd2aada31b7bf21b40dc959bf05065 /plugins/funind/recdef.mli | |
| parent | e75ad2a575bc73febbf7eb075545e95d102f7544 (diff) | |
| parent | aedf2c0044b04cf141a52b1398306111b0bc4321 (diff) | |
Merge PR #11776: [ocamlformat] Enable for funind.
Reviewed-by: Matafou
Ack-by: Zimmi48
Ack-by: maximedenes
Diffstat (limited to 'plugins/funind/recdef.mli')
| -rw-r--r-- | plugins/funind/recdef.mli | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/plugins/funind/recdef.mli b/plugins/funind/recdef.mli index 3225411c85..4e5146e37c 100644 --- a/plugins/funind/recdef.mli +++ b/plugins/funind/recdef.mli @@ -1,13 +1,13 @@ open Constr -val tclUSER_if_not_mes - : unit Proofview.tactic +val tclUSER_if_not_mes : + unit Proofview.tactic -> bool -> Names.Id.t list option -> unit Proofview.tactic -val recursive_definition - : interactive_proof:bool +val recursive_definition : + interactive_proof:bool -> is_mes:bool -> Names.Id.t -> Constrintern.internalization_env @@ -15,7 +15,14 @@ val recursive_definition -> Constrexpr.constr_expr -> int -> Constrexpr.constr_expr - -> (pconstant -> Indfun_common.tcc_lemma_value ref -> pconstant -> - pconstant -> int -> EConstr.types -> int -> EConstr.constr -> unit) + -> ( pconstant + -> Indfun_common.tcc_lemma_value ref + -> pconstant + -> pconstant + -> int + -> EConstr.types + -> int + -> EConstr.constr + -> unit) -> Constrexpr.constr_expr list -> Lemmas.t option |
