aboutsummaryrefslogtreecommitdiffstats
path: root/lib/HashedSetaux.mli
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-05 16:17:52 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-05 16:17:52 +0100
commit84a198eddcc2a8cb825e144c9e97642aa45fed7c (patch)
tree89b0a9b4dba8e075a99f1746b662c1bc0e5cd776 /lib/HashedSetaux.mli
parent668912983cd68f5f233bfd3af280f911a8522a84 (diff)
downloadcompcert-kvx-84a198eddcc2a8cb825e144c9e97642aa45fed7c.tar.gz
compcert-kvx-84a198eddcc2a8cb825e144c9e97642aa45fed7c.zip
move lattice stuff where it belongs
Diffstat (limited to 'lib/HashedSetaux.mli')
-rw-r--r--lib/HashedSetaux.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/HashedSetaux.mli b/lib/HashedSetaux.mli
new file mode 100644
index 00000000..14beac41
--- /dev/null
+++ b/lib/HashedSetaux.mli
@@ -0,0 +1,6 @@
+type pset
+val qnode : pset -> bool -> pset -> pset
+val node : pset * bool * pset -> pset
+val empty : pset
+val pset_match : (unit -> 'a) -> (pset -> bool -> pset -> 'a) -> pset -> 'a
+val eq : pset -> pset -> bool