X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=components%2Fcic%2FcicParser.ml;h=49a5a1ab7cc5d3c48e6a9b9a15a04aca4d0f122f;hb=e134b6f156268364d3027e73910c19e9c7e09838;hp=3122affd429fdaa1c25ee141c849d84026e2d9b2;hpb=d32606924ee81fe309d016df7704f2612ebdc05e;p=helm.git diff --git a/components/cic/cicParser.ml b/components/cic/cicParser.ml index 3122affd4..49a5a1ab7 100644 --- a/components/cic/cicParser.ml +++ b/components/cic/cicParser.ml @@ -667,6 +667,7 @@ let end_element ctxt tag = push ctxt (match pop_tag_attrs ctxt with | [ "value", "definition"] -> Obj_flavour `Definition + | [ "value", "mutual_definition"] -> Obj_flavour `MutualDefinition | [ "value", "fact"] -> Obj_flavour `Fact | [ "value", "lemma"] -> Obj_flavour `Lemma | [ "value", "remark"] -> Obj_flavour `Remark