X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Ftree.ml;h=525f8c79f541baf21ce8e2fdc1b49b2c1cb3cfe4;hb=3406b26f1ea26a997d7f194c547439891c108ce6;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