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/indfun.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/indfun.mli')
| -rw-r--r-- | plugins/funind/indfun.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/funind/indfun.mli b/plugins/funind/indfun.mli index 4f3d4a1587..daabc4e7c6 100644 --- a/plugins/funind/indfun.mli +++ b/plugins/funind/indfun.mli @@ -8,8 +8,8 @@ (* * (see LICENSE file for the text of the license) *) (************************************************************************) -val functional_induction - : bool +val functional_induction : + bool -> EConstr.constr -> (EConstr.constr * EConstr.constr Tactypes.bindings) option -> Ltac_plugin.Tacexpr.or_and_intro_pattern option |
