X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fhlist.mli;fp=src%2Fhlist.mli;h=903868cc78395c1a9eeaae72d0681cf8e57323f1;hb=35b9abd60699383b0cebf25e905049d3d7027271;hp=3173c2ce91bf029f76214cb6f317cc2e938ae5cc;hpb=689b47b109dc54a78008f589f2c55f98672ab61d;p=SXSI%2Fxpathcomp.git diff --git a/src/hlist.mli b/src/hlist.mli index 3173c2c..903868c 100644 --- a/src/hlist.mli +++ b/src/hlist.mli @@ -27,6 +27,8 @@ module type S = sig val rev_map : (elt -> elt) -> t -> t val length : t -> int val mem : elt -> t -> bool + val stats : unit -> unit + val init : unit -> unit end module Make (H : Hcons.SA) : S with type elt = H.t