]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/dtd/cictypes.dtd
ocaml 3.09 transition
[helm.git] / helm / dtd / cictypes.dtd
index a5b01bec8920251ebc23bda280cf681c7df1f947..c5e1996581857ea28ced2465cdaef2ce6d648a2c 100644 (file)
 <!ATTLIST InnerTypes
           of  CDATA      #REQUIRED>
 
-<!ELEMENT TYPE (%term;)>
+<!ELEMENT TYPE (synthesized,expected?)>
 <!ATTLIST TYPE
           of  NMTOKEN #REQUIRED>
+
+<!ELEMENT synthesized %term;>
+
+<!ELEMENT expected %term;>