aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun_common.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-04-19 09:18:31 +0200
committerMaxime Dénès2017-04-19 09:18:31 +0200
commit59b0041147a9d2dddc1fe14f624a2cf5695f2ea2 (patch)
treed4967d23e54ea5162b0dfb8670857bba3f9360c2 /plugins/funind/indfun_common.mli
parent727ef1bd345f9ad9e08d9e4f136e2db7d034a93d (diff)
parent031d0fbcea7c1390dc7e6cf89cfaee8609ecfed1 (diff)
Merge PR#538: Correction of bug #4306
Diffstat (limited to 'plugins/funind/indfun_common.mli')
-rw-r--r--plugins/funind/indfun_common.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/funind/indfun_common.mli b/plugins/funind/indfun_common.mli
index e5c756f564..83cadf5f5a 100644
--- a/plugins/funind/indfun_common.mli
+++ b/plugins/funind/indfun_common.mli
@@ -114,3 +114,10 @@ val acc_rel : Term.constr Util.delayed
val well_founded : Term.constr Util.delayed
val evaluable_of_global_reference : Globnames.global_reference -> Names.evaluable_global_reference
val list_rewrite : bool -> (Term.constr*bool) list -> Proof_type.tactic
+
+
+
+type tcc_lemma_value =
+ | Undefined
+ | Value of Constr.constr
+ | Not_needed