X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FapplyTransformation.mli;h=bcf3690d28148ed746e71068b1ac8c64944cb87f;hb=53452958508001e7af3090695b619fe92135fb9e;hp=5816455c2e6c017379b1c6f88f7d9502bacf7aa0;hpb=bfcde2b08d72f1392ed61164c67d199360f0397f;p=helm.git diff --git a/matita/matita/applyTransformation.mli b/matita/matita/applyTransformation.mli index 5816455c2..bcf3690d2 100644 --- a/matita/matita/applyTransformation.mli +++ b/matita/matita/applyTransformation.mli @@ -33,20 +33,17 @@ (* *) (***************************************************************************) -val nmml_of_cic_sequent: - #NCicCoercion.status -> - NCic.metasenv -> NCic.substitution -> (* metasenv, substitution *) - int * NCic.conjecture -> (* sequent *) - Gdome.document (* Math ML *) +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 nmml_of_cic_object: #NCicCoercion.status -> NCic.obj -> Gdome.document - 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