X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcic_acic%2Fcic2Xml.ml;h=95f92346bcdb066e24ea9f979a8274f294cc77a8;hb=72751e312f3a9fe29c88fc4e4d85c437b29463d3;hp=7e97dea6fb0b5fef93d430632c901f8e043688b7;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/cic_acic/cic2Xml.ml b/components/cic_acic/cic2Xml.ml index 7e97dea6f..95f92346b 100644 --- a/components/cic_acic/cic2Xml.ml +++ b/components/cic_acic/cic2Xml.ml @@ -293,6 +293,7 @@ let xml_of_attrs attributes = | `Remark -> Xml.xml_empty "flavour" [None, "value", "remark"] | `Theorem -> Xml.xml_empty "flavour" [None, "value", "theorem"] | `Variant -> Xml.xml_empty "flavour" [None, "value", "variant"] + | `Axiom -> Xml.xml_empty "flavour" [None, "value", "axiom"] in let xml_attr_of = function | `Generated -> Xml.xml_empty "generated" []