]> matita.cs.unibo.it Git - helm.git/commitdiff
added translation of Set to Type0 (avoid warning)
authorEnrico Tassi <enrico.tassi@inria.fr>
Wed, 2 Apr 2008 13:14:45 +0000 (13:14 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Wed, 2 Apr 2008 13:14:45 +0000 (13:14 +0000)
helm/software/components/ng_kernel/oCic2NCic.ml

index ac9ba639a624bafebdce0c3517b4a929c96f09c5..b2591b361c2ba7c5d9f6030ea85a9f7630f55598 100644 (file)
@@ -184,6 +184,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 _) -> NCic.Sort (NCic.Type 0),[] 
+    | Cic.Sort Cic.Set -> NCic.Sort (NCic.Type 0),[] 
        (* calculate depth in the univ_graph*)
     | Cic.Appl l -> 
         let l, fixpoints =