From: Enrico Tassi Date: Sat, 19 Apr 2008 16:32:53 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~5307 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=0de0b3d1ba0efffe674d686ab63f7e8dc43053e9;p=helm.git ... --- diff --git a/helm/software/components/ng_kernel/oCic2NCic.ml b/helm/software/components/ng_kernel/oCic2NCic.ml index 320df7c9f..4aaeb414c 100644 --- a/helm/software/components/ng_kernel/oCic2NCic.ml +++ b/helm/software/components/ng_kernel/oCic2NCic.ml @@ -497,7 +497,7 @@ let convert_term uri t = | Cic.Sort Cic.Prop -> NCic.Sort NCic.Prop,[] | Cic.Sort Cic.CProp -> NCic.Sort NCic.CProp,[] | Cic.Sort (Cic.Type u) -> - NCic.Sort (NCic.Type (CicUniv.get_rank u+1)),[] + NCic.Sort (NCic.Type (CicUniv.get_rank u)),[] | Cic.Sort Cic.Set -> NCic.Sort (NCic.Type 0),[] (* calculate depth in the univ_graph*) | Cic.Appl l ->