X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCicPp.mli;h=96a141ff77e1731fbf52ea33fcea8823f43a56b4;hb=3c8abd24ff28dfd95f1428dae80c5807a328e9ae;hp=3aa3c027d34d3f91b7876cf90cea0aa0905b0b64;hpb=613bc202d0810f4386b393bfb369c62dfc78c68c;p=helm.git diff --git a/helm/software/components/ng_kernel/nCicPp.mli b/helm/software/components/ng_kernel/nCicPp.mli index 3aa3c027d..96a141ff7 100644 --- a/helm/software/components/ng_kernel/nCicPp.mli +++ b/helm/software/components/ng_kernel/nCicPp.mli @@ -1 +1,19 @@ -val ppterm: NCic.term -> string +val set_ppterm: + (context:NCic.context -> + subst:NCic.substitution -> + metasenv:NCic.metasenv -> + NCic.term -> string) -> unit + +val ppterm: + 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