]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicPp.ml
Universes introduction
[helm.git] / helm / ocaml / cic_proof_checking / cicPp.ml
index b0e7d64ed31be5f58e6c3c095b29eac6a845ee70..8172b47f7ac92ce9a9fdee3fada7775cc048c84d 100644 (file)
@@ -85,7 +85,7 @@ let rec pp t l =
        (match s with
            C.Prop  -> "Prop"
          | C.Set   -> "Set"
-         | C.Type  -> "Type"
+         | C.Type _ -> "Type" (* TASSI: universe is not explicit *)
         | C.CProp -> "CProp" 
        )
     | C.Implicit _ -> "?"