]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicPp.ml
added more assertions on universes when loaded from dump (and fixed some bugs concern...
[helm.git] / helm / ocaml / cic_proof_checking / cicPp.ml
index abb1b86f37f00295883bacedf9d5fd18cb974edc..b8ae1602c8c853510ee58302afb370a0ebcc6524 100644 (file)
@@ -85,7 +85,8 @@ let rec pp t l =
        (match s with
            C.Prop  -> "Prop"
          | C.Set   -> "Set"
-         | C.Type _ -> "Type" (* TASSI: universe is not explicit *)
+         | C.Type _ -> "Type"
+         (*| C.Type u -> ("Type" ^ CicUniv.string_of_universe u)*)
         | C.CProp -> "CProp" 
        )
     | C.Implicit _ -> "?"