aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativevalues.mli
diff options
context:
space:
mode:
authormdenes2013-03-25 14:41:06 +0000
committermdenes2013-03-25 14:41:06 +0000
commit86357b63200368c818bbade20f2d71a3ddbaacb5 (patch)
tree218c29d4d2ae39a5ea33a1c876abdf041be79e05 /kernel/nativevalues.mli
parentb37bb277285db6b35ab4d147dddf3e45ae9707d3 (diff)
Native compiler: hash-consing of generated code and values.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16363 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/nativevalues.mli')
-rw-r--r--kernel/nativevalues.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/nativevalues.mli b/kernel/nativevalues.mli
index 3994f53fd1..c8adb07e50 100644
--- a/kernel/nativevalues.mli
+++ b/kernel/nativevalues.mli
@@ -29,10 +29,16 @@ type annot_sw = {
asw_prefix : string
}
+val eq_annot_sw : annot_sw -> annot_sw -> bool
+
+val hash_annot_sw : annot_sw -> int
+
type sort_annot = string * int
type rec_pos = int array
+val eq_rec_pos : rec_pos -> rec_pos -> bool
+
type atom =
| Arel of int
| Aconstant of constant