Exception less mainloop in ata.ml
[SXSI/xpathcomp.git] / ptset.mli
index fc95d4e..477acc3 100644 (file)
--- a/ptset.mli
+++ b/ptset.mli
@@ -68,6 +68,8 @@ val uncons : t -> elt * t
 val from_list : elt list -> t 
 val make : data -> t
 val node : t -> data
+
+val with_id : Uid.t -> t
 end