aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/closure.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-05-24 13:08:28 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-05-24 13:08:28 +0200
commit4ce199bf63f8e9d209757ddcc25a63fa565f1546 (patch)
tree07dc681ea7ada8b4740949b8085ab9d896ecc820 /checker/closure.mli
parent9a236b4f854bf59be80148db94344347dab27a42 (diff)
parent26da42bee0b32c0f7316475e64ca2204c740efd2 (diff)
Merge PR #7317: 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 *)