]> matita.cs.unibo.it Git - helm.git/blobdiff - components/cic_acic/cic2Xml.ml
Procedural: the statement body and it inner types must satisfy the Barendregt
[helm.git] / components / cic_acic / cic2Xml.ml
index 31765f0552e8005d3c9168138a981026514dd38a..c90bc348c662c5c35dcdf3951946ee4de06ea53e 100644 (file)
@@ -290,9 +290,12 @@ let xml_of_attrs attributes =
               res >]
            ) field_names [<>])
     | `Projection -> Xml.xml_empty "class" [None,"value","projection"]
+    | `InversionPrinciple -> Xml.xml_empty "class" [None,"value","inversion"]
   in
   let flavour_of = function
     | `Definition -> Xml.xml_empty "flavour" [None, "value", "definition"]
+    | `MutualDefinition ->
+        Xml.xml_empty "flavour" [None, "value", "mutual_definition"]
     | `Fact -> Xml.xml_empty "flavour" [None, "value", "fact"]
     | `Lemma -> Xml.xml_empty "flavour" [None, "value", "lemma"]
     | `Remark -> Xml.xml_empty "flavour" [None, "value", "remark"]