aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/invfun.mli
diff options
context:
space:
mode:
authorMaxime Dénès2018-01-25 13:44:13 +0100
committerMaxime Dénès2018-01-25 13:44:13 +0100
commitd46da488030a8dc27fd84c06fd9c3e7b7a6f996e (patch)
treec2a3c8c2029dbdb11ca50302d792da43d6b6f143 /plugins/funind/invfun.mli
parent388b0adaa0fc3f52e80b562a0238dbc723b1b12f (diff)
parent1e8def9c26a169ff344180cdb9c47c5f7f4b216e (diff)
Merge PR #6650: Remove dead code from funind.
Diffstat (limited to 'plugins/funind/invfun.mli')
-rw-r--r--plugins/funind/invfun.mli17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/funind/invfun.mli b/plugins/funind/invfun.mli
new file mode 100644
index 0000000000..e07138596c
--- /dev/null
+++ b/plugins/funind/invfun.mli
@@ -0,0 +1,17 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+val invfun :
+ Misctypes.quantified_hypothesis ->
+ Globnames.global_reference option ->
+ Evar.t Evd.sigma -> Evar.t list Evd.sigma
+val derive_correctness :
+ (Evd.evar_map ref ->
+ (Constr.pconstant * Sorts.family) list ->
+ 'a Entries.definition_entry list) ->
+ Constr.pconstant list -> Names.inductive list -> unit