X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fhlist.mli;h=3173c2ce91bf029f76214cb6f317cc2e938ae5cc;hb=4bbc27978a8e7d36b9d8c47f8b4dd0cf7b654fc6;hp=d7749f19947e72d61e20aa4a06e73ac74e358610;hpb=4b52da1a20a4fe031930bb96d2ca46bec06dc529;p=SXSI%2Fxpathcomp.git diff --git a/src/hlist.mli b/src/hlist.mli index d7749f1..3173c2c 100644 --- a/src/hlist.mli +++ b/src/hlist.mli @@ -17,7 +17,7 @@ module type S = sig val equal : t -> t -> bool val nil : t val node : t -> t node - val cons : elt -> t -> t + val cons : ?sorted:bool -> elt -> t -> t val hd : t -> elt val tl : t -> t val fold : (elt -> 'a -> 'a) -> t -> 'a -> 'a