X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hlist.mli;h=9f8dfc3c7e37ec0ac43a336a1418c17fa7d4295d;hb=df5fdb22632be887ecd9f5c46a014e7e970148a2;hp=1ae44cf2a5e045474298dc08a346eaf586a5099b;hpb=9f227961ae2219728e4cdd56e4d4c4e7165e4306;p=SXSI%2Fxpathcomp.git diff --git a/hlist.mli b/hlist.mli index 1ae44cf..9f8dfc3 100644 --- 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