Merge branch 'handle-stdout'
[SXSI/xpathcomp.git] / src / node.mli
index 2aecb70..84472ac 100644 (file)
@@ -1,4 +1,4 @@
-type 'a t = private int
+type +'a t = private int
 val nil : 'a t
 val null : 'a t
 val is_nil : 'a t -> bool