X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tree.mli;h=eb131391ce1f5f643c4034789ca275e811218940;hb=c74aa5a224a41d3ab9d1a7ae4ebb4e58083a578c;hp=ad244e48b3aa725e13579e087ae58f8b9add5f0c;hpb=9abf8a6f78264fbf4eec1676b4a26018967c97e6;p=SXSI%2Fxpathcomp.git diff --git a/tree.mli b/tree.mli index ad244e4..eb13139 100644 --- a/tree.mli +++ b/tree.mli @@ -25,11 +25,15 @@ sig val print_xml_fast : out_channel -> t -> unit val compare : t -> t -> int val equal : t -> t -> bool - module DocIdSet : Set.S with type elt = string_content + module DocIdSet : + sig + include Set.S + end with type elt = string_content val string_below : t -> string_content -> bool val contains : t -> string -> DocIdSet.t val contains_old : t -> string -> bool val dump : t -> unit + val get_string : t -> string_content -> string end module Binary : BINARY