]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicPp.ml
sort CProp added
[helm.git] / helm / ocaml / cic_proof_checking / cicPp.ml
index 11ed4418c67f8f4eae0f0244397306f45c62354e..a8d9eaa0bdd87e4ef67c60611e4c8e314b0f53cd 100644 (file)
@@ -83,9 +83,10 @@ let rec pp t l =
         "]"
     | C.Sort s ->
        (match s with
-           C.Prop -> "Prop"
-         | C.Set  -> "Set"
-         | C.Type -> "Type"
+           C.Prop  -> "Prop"
+         | C.Set   -> "Set"
+         | C.Type  -> "Type"
+        | C.CProp -> "CProp" 
        )
     | C.Implicit -> "?"
     | C.Prod (b,s,t) ->