Added benchmarking funtions,
[SXSI/xpathcomp.git] / ptset.mli
index cfdedae..3b46f5c 100644 (file)
--- a/ptset.mli
+++ b/ptset.mli
@@ -71,5 +71,8 @@ val node : t -> data
 end
 
 
-module Int : S with type elt = int
+module Int : sig 
+  include S with type elt = int
+  val print : Format.formatter -> t -> unit
+end
 module Make ( H : Hcons.S ) : S with type elt = H.t