]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/dtd/cic.dtd
Declaration and Definition renamed to Decl and Def because
[helm.git] / helm / dtd / cic.dtd
index 0a90d9e908fe367780af3bfc0a7d2b418ccca933..a2156a522b507c96a92adf72d9f2605c99a49681 100644 (file)
           name CDATA #REQUIRED
           id   ID    #REQUIRED>
 
+<!ELEMENT Sequent ((Decl|Def)*,Goal)>
+<!ATTLIST Sequent
+          id   ID    #REQUIRED>
+
 <!-- Elements used in CIC objects, which are not terms: -->
 
 <!ELEMENT InductiveType (arity,Constructor*)>
 <!ATTLIST Constructor
           name CDATA #REQUIRED>
 
+<!ELEMENT Decl %term;>
+<!ATTLIST Decl
+          name CDATA #REQUIRED>
+
+<!ELEMENT Def %term;>
+<!ATTLIST Def
+          name CDATA #REQUIRED>
+
+<!ELEMENT Goal %term;>
+
 <!-- CIC terms: -->
 
 <!ELEMENT LAMBDA (source,target)>