aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-03-08 01:23:02 -0500
committerEmilio Jesus Gallego Arias2020-04-10 01:17:07 -0400
commitaedf2c0044b04cf141a52b1398306111b0bc4321 (patch)
treedb2577695b57145cc5f032b4d6b50ebf49a60e7f /plugins/funind/indfun.mli
parent795df4b7a194b53b592ed327d2318ef5abc7d131 (diff)
[ocamlformat] Enable for funind.
As part of the proof refactoring work I am doing some modifications to `funind` and indentation of that code is driving me a bit crazy; I'd much prefer to delegate it to an automatic tool.
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