]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicPp.mli
same_obj made more precise, fixed the order of the context for fixpoints body,
[helm.git] / helm / software / components / ng_kernel / nCicPp.mli
index 19b754eea7f76588d02c5b74b832cc1aa643255e..5a7fd75a9d27f148e558467fa85965aff8b025c8 100644 (file)
@@ -2,18 +2,21 @@ 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 -> 
-  ?metasenv:NCic.metasenv ->
+  context:NCic.context -> 
+  subst:NCic.substitution -> 
+  metasenv:NCic.metasenv ->
+  ?inside_fix:bool ->
    NCic.term -> 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