X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FapplyTransformation.mli;h=93d8afc1946377f9db581e97953a627cf55a18b5;hb=e2dde4cca0fe3ce74a79edbf8cb7a0f8e616daa9;hp=5816455c2e6c017379b1c6f88f7d9502bacf7aa0;hpb=46391de034097f7d10f2d3ab937bfb4726cb8e8b;p=helm.git diff --git a/matita/matita/applyTransformation.mli b/matita/matita/applyTransformation.mli index 5816455c2..93d8afc19 100644 --- a/matita/matita/applyTransformation.mli +++ b/matita/matita/applyTransformation.mli @@ -33,12 +33,6 @@ (* *) (***************************************************************************) -val nmml_of_cic_sequent: - #NCicCoercion.status -> - NCic.metasenv -> NCic.substitution -> (* metasenv, substitution *) - int * NCic.conjecture -> (* sequent *) - Gdome.document (* Math ML *) - val ntxt_of_cic_sequent: map_unicode_to_tex:bool -> int -> #NCicCoercion.status -> @@ -46,7 +40,5 @@ val ntxt_of_cic_sequent: 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