X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FcicParser.ml;h=a7ad3c9cf1f88c8cc56cfdadad7c119c3098bc45;hb=ab72cb44a09c93e1d540f7ac9bc7eae2f4d09f2f;hp=317bcb9f0a002f17284133d3da7c9bdd972c2116;hpb=aa0d60227b785da3355b31519ba11cb4fbd2c925;p=helm.git diff --git a/helm/ocaml/cic/cicParser.ml b/helm/ocaml/cic/cicParser.ml index 317bcb9f0..a7ad3c9cf 100644 --- a/helm/ocaml/cic/cicParser.ml +++ b/helm/ocaml/cic/cicParser.ml @@ -771,7 +771,7 @@ let annobj_of_xml uri filename filenamebody = (match parse uri filename, parse uri filenamebody with | Cic_constant_type (type_id, name, params, typ, obj_attributes), Cic_constant_body (body_id, _, _, body, _) -> - Cic.AConstant (type_id, Some body_id, name, Some body, typ, params,[]) + Cic.AConstant (type_id, Some body_id, name, Some body, typ, params,obj_attributes) | _ -> raise (Parser_failure (sprintf "no constant found in %s, %s" filename filenamebody)))