X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCic2OCic.ml;h=1006d03c684e110e2ded288cd5915ff034436618;hb=806ecbdd749ecf2a1cabff52b41cf748fe022401;hp=5f8279d7e67cb3660652e392b882a49cc4fa63a7;hpb=28f01bb2d0e5f1b3f180b0b478267d2beb06a5fe;p=helm.git diff --git a/helm/software/components/ng_kernel/nCic2OCic.ml b/helm/software/components/ng_kernel/nCic2OCic.ml index 5f8279d7e..1006d03c6 100644 --- a/helm/software/components/ng_kernel/nCic2OCic.ml +++ b/helm/software/components/ng_kernel/nCic2OCic.ml @@ -15,7 +15,7 @@ let ouri_of_nuri u = UriManager.uri_of_string (NUri.string_of_uri u);; let ouri_of_reference (NReference.Ref (u,_)) = ouri_of_nuri u;; -let cprop = [false, NUri.uri_of_string ("cic:/matita/pts/CProp.univ")];; +let cprop = [`CProp, NUri.uri_of_string ("cic:/matita/pts/Type.univ")];; let nn_2_on = function | "_" -> Cic.Anonymous