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