]> matita.cs.unibo.it Git - helm.git/commitdiff
pp exported
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 16 Apr 2002 11:40:51 +0000 (11:40 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 16 Apr 2002 11:40:51 +0000 (11:40 +0000)
helm/ocaml/cic_proof_checking/cicPp.mli

index 8d9071fcc4aa77cae6c780d3a41eabc7bdeb4497..afc519c9f3ea43ab21f30d80aa0a4c76c1b2adb5 100644 (file)
@@ -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