aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/funind/invfun.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-01-24 16:28:42 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-01-24 17:13:27 +0100
commit1e8def9c26a169ff344180cdb9c47c5f7f4b216e (patch)
treed26bffcbfe899787d85b29db900b5de843630e14 /plugins/funind/invfun.mli
parent2e798fb83db743ce44350af6f7f9442811f374ad (diff)
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 000000000..e07138596
--- /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