.
[SXSI/xpathcomp.git] / ptset.mli
index 8a25ffc..0d29da8 100644 (file)
--- a/ptset.mli
+++ b/ptset.mli
@@ -84,10 +84,11 @@ val max_elt : t -> int
    intersection. *) 
 
 val intersect : t -> t -> bool
+val is_singleton : t -> bool
+
 val hash : t -> int
 
 val from_list : int list -> t
 
 type int_vector
 val to_int_vector : t -> int_vector
-