Remove trailing white spaces
[SXSI/xpathcomp.git] / hlist.mli
index 1ae44cf..9f8dfc3 100644 (file)
--- a/hlist.mli
+++ b/hlist.mli
@@ -26,6 +26,8 @@ module type S = sig
   val rev : t -> t
   val rev_map : (elt -> elt) -> t -> t
   val length : t -> int
+
+  val with_id : Uid.t -> t
 end
 
 module Make (H : Hcons.SA) : S with type elt = H.t