X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationPp.ml;fp=helm%2Focaml%2Fcic_notation%2FcicNotationPp.ml;h=1c3ad438687b731a39a02833bcce8590c1ff6405;hb=5c9e1997848c2f74297a5a243679f4bcb6ae0dc7;hp=3e48d36792d3a33ce508e07dfa48179ae7f42a6c;hpb=68eea268e230d7eb12cdc416ead471a86a4bb5e4;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationPp.ml b/helm/ocaml/cic_notation/cicNotationPp.ml index 3e48d3679..1c3ad4386 100644 --- a/helm/ocaml/cic_notation/cicNotationPp.ml +++ b/helm/ocaml/cic_notation/cicNotationPp.ml @@ -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