X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicPp.mli;h=afc519c9f3ea43ab21f30d80aa0a4c76c1b2adb5;hb=489679090cdd70dfd1ad57e681970fd6f0b6e6f9;hp=8d9071fcc4aa77cae6c780d3a41eabc7bdeb4497;hpb=e723f4a9cccc54aa03f1857ae5768eb41bcffefd;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicPp.mli b/helm/ocaml/cic_proof_checking/cicPp.mli index 8d9071fcc..afc519c9f 100644 --- a/helm/ocaml/cic_proof_checking/cicPp.mli +++ b/helm/ocaml/cic_proof_checking/cicPp.mli @@ -41,3 +41,7 @@ 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 list -> string