X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=components%2Fcic_acic%2Fcic2Xml.ml;h=c90bc348c662c5c35dcdf3951946ee4de06ea53e;hb=e134b6f156268364d3027e73910c19e9c7e09838;hp=afe22d37412596261f6c4aa9a09ea564137bdc30;hpb=d32606924ee81fe309d016df7704f2612ebdc05e;p=helm.git diff --git a/components/cic_acic/cic2Xml.ml b/components/cic_acic/cic2Xml.ml index afe22d374..c90bc348c 100644 --- a/components/cic_acic/cic2Xml.ml +++ b/components/cic_acic/cic2Xml.ml @@ -294,6 +294,8 @@ let xml_of_attrs attributes = 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"]