X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FnodeSet.mli;h=d9215aca750e6dd2bbe9da440a4c493bd1225657;hb=4694574a0dd67cab15d8408007a9665928e6a776;hp=2417eded9816cfaed315b888435ee52196316199;hpb=e55eb5e1ceafa840dc1d137d7fae5fb06eac3875;p=SXSI%2Fxpathcomp.git diff --git a/src/nodeSet.mli b/src/nodeSet.mli index 2417ede..d9215ac 100644 --- a/src/nodeSet.mli +++ b/src/nodeSet.mli @@ -21,7 +21,7 @@ module type S = val iter : ( elt -> unit) -> t -> unit val fold : ( elt -> 'a -> 'a) -> t -> 'a -> 'a val length : t -> int - val serialize : string -> Tree.t -> t -> unit + val serialize : string -> bool -> Tree.t -> t -> unit