Add hooks to re-initialize hconsed modules.
[SXSI/xpathcomp.git] / src / hlist.mli
index 3173c2c..903868c 100644 (file)
@@ -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