X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2FapplyTransformation.mli;h=bcf3690d28148ed746e71068b1ac8c64944cb87f;hb=a7ed0b694086ba14b337c82b82f02f7be16c680f;hp=6d3e408108789484331d323f661641aed933675d;hpb=10d33a8c1be31d0c7aeccee8968fd5218ca2510a;p=helm.git diff --git a/matita/matita/applyTransformation.mli b/matita/matita/applyTransformation.mli index 6d3e40810..bcf3690d2 100644 --- a/matita/matita/applyTransformation.mli +++ b/matita/matita/applyTransformation.mli @@ -34,14 +34,13 @@ (***************************************************************************) class status : - object ('self) - inherit NTermCicContent.status - inherit TermContentPres.status - end + object + inherit Interpretations.status + inherit TermContentPres.status + end val ntxt_of_cic_sequent: - map_unicode_to_tex:bool -> int -> - #status -> + map_unicode_to_tex:bool -> int -> #status -> NCic.metasenv -> NCic.substitution -> (* metasenv, substitution *) int * NCic.conjecture -> (* sequent *) string (* text *)