X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=xPath.mli;fp=xPath.mli;h=3ecf8683c99eeb37fe56550c99458a7d76d8465c;hb=f98a8d98d86941a885f492d5cc134e34989c198a;hp=23235d7c814c513146b98ef079234fd0cf35d6e2;hpb=4dfc5a603e5f56d62b2d2db6abf01161815ed48a;p=SXSI%2Fxpathcomp.git diff --git a/xPath.mli b/xPath.mli index 23235d7..3ecf868 100644 --- a/xPath.mli +++ b/xPath.mli @@ -35,5 +35,5 @@ sig end module Compile : sig -val compile : Ast.path -> Ata.t * (Tag.t*Ptset.t) list * string option +val compile : Ast.path -> 'a Ata.t * (Tag.t*Ptset.t) list * string option end