diff options
| author | Gaƫtan Gilbert | 2019-05-20 16:49:03 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-06-04 13:58:42 +0200 |
| commit | 445dee163b7a2c9d4cc24da739d743d80fcec529 (patch) | |
| tree | 2a0948cb3c9e61cb1c106e0675e726cceed85362 /plugins/funind/indfun.mli | |
| parent | 02fda88fc065577f3f9604477db2e03eb4d5a9b4 (diff) | |
Funind: use maybe_open_proof a bit less
Diffstat (limited to 'plugins/funind/indfun.mli')
| -rw-r--r-- | plugins/funind/indfun.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/indfun.mli b/plugins/funind/indfun.mli index c803484617..cd39266378 100644 --- a/plugins/funind/indfun.mli +++ b/plugins/funind/indfun.mli @@ -17,4 +17,4 @@ val functional_induction : Ltac_plugin.Tacexpr.or_and_intro_pattern option -> Goal.goal Evd.sigma -> Goal.goal list Evd.sigma -val make_graph : GlobRef.t -> Proof_global.pstate option +val make_graph : GlobRef.t -> unit |
