]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicPp.mli
- fixed hint generation, more hints are generated
[helm.git] / helm / software / components / ng_kernel / nCicPp.mli
index 50204fe990d08ed057e4011182ef0fc41a277058..507f38d162ded2b801ea873939d3f6bbde82f504 100644 (file)
 
 (* $Id$ *)
 
-val set_ppterm: 
-  (context:NCic.context -> 
-   subst:NCic.substitution -> 
-   metasenv:NCic.metasenv ->
-   ?inside_fix:bool ->
-    NCic.term -> string) -> unit
-
 val ppterm: 
   context:NCic.context -> 
   subst:NCic.substitution -> 
@@ -26,15 +19,14 @@ val ppterm:
    NCic.term -> string
 
 val ppcontext:
+  ?sep:string ->
   subst:NCic.substitution -> 
   metasenv:NCic.metasenv ->
   NCic.context -> string 
 
-val trivial_pp_term: 
-   context:NCic.context -> 
-   subst:NCic.substitution -> 
-   metasenv:NCic.metasenv ->
-   ?inside_fix:bool ->
-    NCic.term -> string
+val ppmetasenv:
+  subst:NCic.substitution -> NCic.metasenv -> string
+
+val ppsubst: metasenv:NCic.metasenv -> NCic.substitution -> string
 
 val ppobj: NCic.obj -> string