]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationPp.ml
added universes
[helm.git] / helm / ocaml / cic_notation / cicNotationPp.ml
index 3e48d36792d3a33ce508e07dfa48179ae7f42a6c..1c3ad438687b731a39a02833bcce8590c1ff6405 100644 (file)
@@ -116,7 +116,7 @@ let rec pp_term ?(pp_parens = true) t =
     | Ast.Num (num, _) -> num
     | Ast.Sort `Set -> "Set"
     | Ast.Sort `Prop -> "Prop"
-    | Ast.Sort `Type -> "Type"
+    | Ast.Sort (`Type _) -> "Type"
     | Ast.Sort `CProp -> "CProp"
     | Ast.Symbol (name, _) -> "'" ^ name