diff options
| author | Pierre-Marie Pédrot | 2019-07-17 23:52:53 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-07-17 23:52:53 +0200 |
| commit | a3de6d9788354b011c8f1111163dab1dff81379a (patch) | |
| tree | 45a2c1fee757736dfdb99b3a80067a8632f798bf /plugins/funind/invfun.mli | |
| parent | ba1bb7581a5ad0969d35911fffdf61f150e0536f (diff) | |
| parent | 19b92fb6767b0f9c84ea7d6331d764269734a883 (diff) | |
Merge PR #10518: [funind] Remove unneeded callback.
Reviewed-by: ppedrot
Diffstat (limited to 'plugins/funind/invfun.mli')
| -rw-r--r-- | plugins/funind/invfun.mli | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/funind/invfun.mli b/plugins/funind/invfun.mli index 96601785b6..c7538fae9a 100644 --- a/plugins/funind/invfun.mli +++ b/plugins/funind/invfun.mli @@ -12,8 +12,8 @@ val invfun : Tactypes.quantified_hypothesis -> Names.GlobRef.t option -> Evar.t Evd.sigma -> Evar.t list Evd.sigma -val derive_correctness : - (Evd.evar_map ref -> - (Constr.pconstant * Sorts.family) list -> - 'a Proof_global.proof_entry list) -> - Constr.pconstant list -> Names.inductive list -> unit + +val derive_correctness + : Constr.pconstant list + -> Names.inductive list + -> unit |
