X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fcic_proof_checking%2FcicPp.mli;h=371b75e29480e6b29678dbb8405aae3ebc4ec36d;hb=5c796440126e33778e4b3f763ce37b677b378cc5;hp=8d9071fcc4aa77cae6c780d3a41eabc7bdeb4497;hpb=67ff18bfa019d95daa1ce9f132943b70b791ed02;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicPp.mli b/helm/ocaml/cic_proof_checking/cicPp.mli index 8d9071fcc..371b75e29 100644 --- a/helm/ocaml/cic_proof_checking/cicPp.mli +++ b/helm/ocaml/cic_proof_checking/cicPp.mli @@ -41,3 +41,10 @@ val ppobj : Cic.obj -> string val ppterm : Cic.term -> string + +(* Required only by the topLevel. It is the generalization of ppterm to *) +(* work with environments. *) +val pp : Cic.term -> (Cic.name option) list -> string + +val ppname : Cic.name -> string +