X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Ftree%2Fcommon.ml;h=76e6dc272d119ea29989fb5526457fa56be87d4b;hp=099d751cde9a104dd100b147b4971c7fd46c9277;hb=3d06334f6539fb3376427b7cf063d2b330142b87;hpb=9590bc6b3e882cfb256507be8966917446f84e98 diff --git a/src/tree/common.ml b/src/tree/common.ml index 099d751..76e6dc2 100644 --- a/src/tree/common.ml +++ b/src/tree/common.ml @@ -14,13 +14,13 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) module NodeKind = struct type t = - Document | Element | Text | Comment | Attribute | ProcessingInstruction + Document | Element | Text | Attribute | Comment | ProcessingInstruction | Node let to_string =