diff options
| author | Emilio Jesus Gallego Arias | 2018-11-15 03:42:07 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-17 07:23:52 +0100 |
| commit | e3e4687715ee2839f4d326cb225ba4a586b8a48a (patch) | |
| tree | 2d9a6b0ec57e5d81ee4a43d93cb4f4937e734457 /plugins/funind/indfun_common.mli | |
| parent | f8a76b3d383abf468fb21df509f5da8f8aafa913 (diff) | |
[pfedit] Remove cook_proof stub.
This is barely used and not very useful, clients should use the
close_proof API directly.
Diffstat (limited to 'plugins/funind/indfun_common.mli')
| -rw-r--r-- | plugins/funind/indfun_common.mli | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/funind/indfun_common.mli b/plugins/funind/indfun_common.mli index 0c8f40c5cf..c9d153d89f 100644 --- a/plugins/funind/indfun_common.mli +++ b/plugins/funind/indfun_common.mli @@ -45,15 +45,6 @@ val jmeq_refl : unit -> EConstr.constr val save : bool -> Id.t -> Safe_typing.private_constants Entries.definition_entry -> Decl_kinds.goal_kind -> Lemmas.declaration_hook CEphemeron.key -> unit -(* [get_proof_clean do_reduce] : returns the proof name, definition, kind and hook and - abort the proof -*) -val get_proof_clean : bool -> - Names.Id.t * - (Safe_typing.private_constants Entries.definition_entry * Decl_kinds.goal_kind) - - - (* [with_full_print f a] applies [f] to [a] in full printing environment. This function preserves the print settings |
