aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/closure.mli
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-04-20 17:06:20 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-04-20 17:06:20 +0200
commit26da42bee0b32c0f7316475e64ca2204c740efd2 (patch)
tree2f9625fb70a68e33494090d470b11f8a7f3c4089 /checker/closure.mli
parent9a4ca53a3a021cb16de7706ec79a26e49f54de49 (diff)
Fix #6798: coqchk ignores ugraph when comparing constant instances
Diffstat (limited to 'checker/closure.mli')
-rw-r--r--checker/closure.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/checker/closure.mli b/checker/closure.mli
index 4cf02ae2b..49b07f730 100644
--- a/checker/closure.mli
+++ b/checker/closure.mli
@@ -58,10 +58,6 @@ val betaiotazeta : reds
val betadeltaiotanolet : reds
(***********************************************************************)
-type 'a tableKey =
- | ConstKey of 'a
- | VarKey of Id.t
- | RelKey of int
type table_key = Constant.t puniverses tableKey
@@ -162,7 +158,6 @@ val unfold_reference : clos_infos -> table_key -> fconstr option
(* [mind_equiv] checks whether two inductive types are intentionally equal *)
val mind_equiv_infos : clos_infos -> inductive -> inductive -> bool
-val eq_table_key : table_key -> table_key -> bool
(************************************************************************)
(*i This is for lazy debug *)