diff options
| author | Pierre-Marie Pédrot | 2014-03-03 13:46:59 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-03-03 15:17:36 +0100 |
| commit | 49a764bd81ac1b21130d54a1808ce95b9992a36d (patch) | |
| tree | a3763c01ea07c1a33b8464c61de4bbcbc060c4f3 /kernel/constr.mli | |
| parent | 78fab59413d2861c6414ccda47e2d70f25814523 (diff) | |
Removing generic hashes in kernel.
Diffstat (limited to 'kernel/constr.mli')
| -rw-r--r-- | kernel/constr.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/constr.mli b/kernel/constr.mli index 261b6bfb4c..858af97b68 100644 --- a/kernel/constr.mli +++ b/kernel/constr.mli @@ -236,6 +236,7 @@ val compare_head : (constr -> constr -> bool) -> constr -> constr -> bool (** {6 Hashconsing} *) val hash : constr -> int +val case_info_hash : case_info -> int (*********************************************************************) |
