X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicPp.ml;h=b0e7d64ed31be5f58e6c3c095b29eac6a845ee70;hb=22f61c7bd18cd3652e886f6a765aab63eacac83c;hp=152cdd19835f602987b34bb762987cdb481b3d09;hpb=d0420e9a7ddc25d98e04f6c24046c02b57cb8cc4;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicPp.ml b/helm/ocaml/cic_proof_checking/cicPp.ml index 152cdd198..b0e7d64ed 100644 --- a/helm/ocaml/cic_proof_checking/cicPp.ml +++ b/helm/ocaml/cic_proof_checking/cicPp.ml @@ -88,7 +88,7 @@ let rec pp t l = | C.Type -> "Type" | C.CProp -> "CProp" ) - | C.Implicit -> "?" + | C.Implicit _ -> "?" | C.Prod (b,s,t) -> (match b with C.Name n -> "(" ^ n ^ ":" ^ pp s l ^ ")" ^ pp t ((Some b)::l)