X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FapplyTransformation.mli;h=bcf3690d28148ed746e71068b1ac8c64944cb87f;hb=03df2a0a7056751d7e82e111567af2f83ea41932;hp=93d8afc1946377f9db581e97953a627cf55a18b5;hpb=e2dde4cca0fe3ce74a79edbf8cb7a0f8e616daa9;p=helm.git diff --git a/matita/matita/applyTransformation.mli b/matita/matita/applyTransformation.mli index 93d8afc19..bcf3690d2 100644 --- a/matita/matita/applyTransformation.mli +++ b/matita/matita/applyTransformation.mli @@ -33,12 +33,17 @@ (* *) (***************************************************************************) +class status : + object + inherit Interpretations.status + inherit TermContentPres.status + end + val ntxt_of_cic_sequent: - map_unicode_to_tex:bool -> int -> - #NCicCoercion.status -> + map_unicode_to_tex:bool -> int -> #status -> NCic.metasenv -> NCic.substitution -> (* metasenv, substitution *) int * NCic.conjecture -> (* sequent *) string (* text *) val ntxt_of_cic_object: - map_unicode_to_tex:bool -> int -> #NCicCoercion.status -> NCic.obj -> string + map_unicode_to_tex:bool -> int -> #status -> NCic.obj -> string