]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationPp.ml
A (boring and long) once-in-a-life exercise on proving a trivial property
[helm.git] / helm / software / components / acic_content / cicNotationPp.ml
index 29898eb13ace83196d7340d8f10ff653dc170cc6..b92b38656dd3704e58ee97342b6f1f94fbe150dc 100644 (file)
@@ -153,6 +153,7 @@ let rec pp_term ?(pp_parens = true) t =
     | Ast.Sort `Prop -> "Prop"
     | Ast.Sort (`Type _) -> "Type"
     | Ast.Sort (`CProp _)-> "CProp"
+    | Ast.Sort (`NType s)-> "Type[" ^ s ^ "]"
     | Ast.Symbol (name, _) -> "'" ^ name
 
     | Ast.UserInput -> ""