diff options
| author | Emilio Jesus Gallego Arias | 2020-03-08 01:23:02 -0500 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-04-10 01:17:07 -0400 |
| commit | aedf2c0044b04cf141a52b1398306111b0bc4321 (patch) | |
| tree | db2577695b57145cc5f032b4d6b50ebf49a60e7f /plugins/funind/invfun.mli | |
| parent | 795df4b7a194b53b592ed327d2318ef5abc7d131 (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/invfun.mli')
| -rw-r--r-- | plugins/funind/invfun.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/funind/invfun.mli b/plugins/funind/invfun.mli index 41dbe1437c..a117df32df 100644 --- a/plugins/funind/invfun.mli +++ b/plugins/funind/invfun.mli @@ -8,7 +8,7 @@ (* * (see LICENSE file for the text of the license) *) (************************************************************************) -val invfun - : Tactypes.quantified_hypothesis +val invfun : + Tactypes.quantified_hypothesis -> Names.GlobRef.t option -> unit Proofview.tactic |
