]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicPp.mli
Use seed to avoid further name clashes.
[helm.git] / helm / software / components / ng_kernel / nCicPp.mli
index 7a88824c049d8792cce99d2944f2ede4583eff44..96a141ff77e1731fbf52ea33fcea8823f43a56b4 100644 (file)
@@ -5,7 +5,15 @@ val set_ppterm:
     NCic.term -> string) -> unit
 
 val ppterm: 
-  ?context:NCic.context -> 
-  ?subst:NCic.substitution -> 
-  ?metasenv:NCic.metasenv ->
+  context:NCic.context -> 
+  subst:NCic.substitution -> 
+  metasenv:NCic.metasenv ->
    NCic.term -> string
+
+val trivial_pp_term: 
+   context:NCic.context -> 
+   subst:NCic.substitution -> 
+   metasenv:NCic.metasenv ->
+    NCic.term -> string
+
+val ppobj: NCic.obj -> string