]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic/cicUtil.mli
rt.op and check.opt removed from Makefile
[helm.git] / helm / software / components / cic / cicUtil.mli
index 9977d186465c24e245e4ea404a8ae6bf1c4ca812..f6087be52cdf8d120513e40a51bd67d33a573470 100644 (file)
@@ -70,4 +70,9 @@ val alpha_equivalence: Cic.term -> Cic.term -> bool
 (* FG: Consistency Check 
  * detects applications without arguments
  *)
-val is_sober: Cic.term -> bool
+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