X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=ptset.mli;h=477acc36afb5d58135a2a29ebd0e466418db5dca;hb=343ce6fc6c893c69b4820a17b4b6a0be7cd50d87;hp=fc95d4e603d73e71259286724b4962e054c435e4;hpb=9f227961ae2219728e4cdd56e4d4c4e7165e4306;p=SXSI%2Fxpathcomp.git diff --git a/ptset.mli b/ptset.mli index fc95d4e..477acc3 100644 --- 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