]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic/cicUtil.mli
cicUtil: we moved here pp_term from proceduralHelpers
[helm.git] / helm / software / components / cic / cicUtil.mli
index 54a0a9bea639a2d72a16a03840b0166382c4625e..f6087be52cdf8d120513e40a51bd67d33a573470 100644 (file)
@@ -71,3 +71,8 @@ val alpha_equivalence: Cic.term -> Cic.term -> bool
  * detects applications without arguments
  *)
 val is_sober: Cic.context -> Cic.term -> bool
+
+val pp_term:
+   (string -> unit) -> Cic.metasenv -> Cic.context -> Cic.term -> unit
+val pp_obj:
+   (string -> unit) -> Cic.obj -> unit