X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FapplyTransformation.mli;h=d5c99447d6ddfb55444478ba99a4fa37f5fd0cf7;hb=16250ed29f9200595694cd49dfc1aed76280dcb9;hp=4b95e5370013d4a063adbafee34a9fca580a388b;hpb=39b205d12af34c0c8d6e691da2628bc386b70cf2;p=helm.git diff --git a/matita/matita/applyTransformation.mli b/matita/matita/applyTransformation.mli index 4b95e5370..d5c99447d 100644 --- a/matita/matita/applyTransformation.mli +++ b/matita/matita/applyTransformation.mli @@ -33,17 +33,11 @@ (* *) (***************************************************************************) -class status : - object ('self) - 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 -> #LexiconTypes.status -> NCic.metasenv -> NCic.substitution -> (* metasenv, substitution *) int * NCic.conjecture -> (* sequent *) string (* text *) val ntxt_of_cic_object: - map_unicode_to_tex:bool -> int -> #status -> NCic.obj -> string + map_unicode_to_tex:bool -> int -> #LexiconTypes.status -> NCic.obj -> string