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/invfun.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/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 |
