]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/TeX.ml
MaTeX
[helm.git] / matita / components / binaries / matex / TeX.ml
index 01ab717f1f7898c2beaddc9a686cd0ce62a0feeb..ccf2ffa6a6cdcdb7bfb022297993b3ea4dc5bf27 100644 (file)
@@ -17,6 +17,7 @@ type item = Free  of string  (* free text *)
           | Text  of string  (* quoted text *)
           | Macro of string  (* macro *)
           | Group of text    (* group *)
+          | Note  of string  (* comment *)
          
 and text = item list         (* structured text *)