X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Ftree.ml;h=525f8c79f541baf21ce8e2fdc1b49b2c1cb3cfe4;hb=f6d5eeb99225f4160bfaa8411467fe88379a5211;hp=97711dd60f6e0662c306c1ecc306e8eb8e0c1831;hpb=75375a8bc02893080745ab38768b7ee48f5c4153;p=tatoo.git diff --git a/src/tree.ml b/src/tree.ml index 97711dd..525f8c7 100644 --- a/src/tree.ml +++ b/src/tree.ml @@ -18,7 +18,8 @@ module NodeKind = struct type t = - Document | Element | Text | Comment | Attribute | ProcessingInstruction | Node + Document | Element | Text | Comment | Attribute + | ProcessingInstruction | Node let to_string = function