Start making the code tag agnostic.
[SXSI/xpathcomp.git] / src / grammar.mli
index 3e355d4..29fc43c 100644 (file)
@@ -1,3 +1,4 @@
 type t
+type node = [ `Grammar ] Node.t
 
 val load : string -> bool -> t