aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun.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/indfun.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/indfun.mli')
-rw-r--r--plugins/funind/indfun.mli4
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