235869a85f109c13bc2145a03a2fd871e186761d
[SXSI/xpathcomp.git] / uid.mli
1 type t = private int
2 val make : unit -> t
3 external to_int : t -> int = "%identity"