X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fcic%2FcicParser3.ml;h=8e6d276d5c9ea003bc31a6df3197965b4ce5b080;hb=de9a83f286eee12117fb478ea2db18f7faebac9a;hp=02d22b3216b0bf631f2be796689f627a775534be;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/ocaml/cic/cicParser3.ml b/helm/ocaml/cic/cicParser3.ml index 02d22b321..8e6d276d5 100644 --- a/helm/ocaml/cic/cicParser3.ml +++ b/helm/ocaml/cic/cicParser3.ml @@ -53,7 +53,7 @@ let cic_sort_of_xml_attr = function Pxp_types.Value "Prop" -> Cic.Prop | Pxp_types.Value "Set" -> Cic.Set - | Pxp_types.Value "Type" -> Cic.Type + | Pxp_types.Value "Type" -> Cic.Type (CicUniv.fresh ()) (* TASSI: sure? *) | _ -> raise (IllFormedXml 2) let int_of_xml_attr = @@ -205,7 +205,7 @@ class eltype_implicit = assert (exp_named_subst = []) ; let n = self#node in let id = string_of_xml_attr (n#attribute "id") in - Cic.AImplicit id + Cic.AImplicit (id, None) end ;;