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