]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicPp.mli
- NCicPp.ppterm applies the substitution
[helm.git] / helm / software / components / ng_kernel / nCicPp.mli
index 50204fe990d08ed057e4011182ef0fc41a277058..1654cdfb21978e3b826d1e6b4b2c69a107606d30 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 -> 
@@ -30,11 +23,4 @@ val ppcontext:
   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 ppobj: NCic.obj -> string