X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FxPath.mli;h=de899555031f68e46357660b70af82fe513c4af4;hb=e2dcfc3066d33b814d4e9724563cc5b3e696060d;hp=afb4c39e8bf5bfb895bf981bd00e5ee9e3ebef08;hpb=cb29d45b3a79233581292a2ef172151b1ff489cb;p=tatoo.git diff --git a/src/xPath.mli b/src/xPath.mli index afb4c39..de89955 100644 --- a/src/xPath.mli +++ b/src/xPath.mli @@ -18,8 +18,7 @@ module Ast : sig - type path = Absolute of step list | AbsoluteDoS of step list - | Relative of step list + type path = Absolute of step list | Relative of step list and step = axis * test * predicate and axis = Self | Attribute | Child | Descendant | DescendantOrSelf