X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FapplyTransformation.mli;h=a65e1e70ca12a1705015db61ca97732b3cc6053c;hb=3edcb0d830e88edf4bd897c35cb0f7c645a755be;hp=95712f78eb269b6ed85aa4fe308c0745d8901b1d;hpb=75de1f4c87166f120d8bb42d98926adaf407c98c;p=helm.git diff --git a/helm/software/matita/applyTransformation.mli b/helm/software/matita/applyTransformation.mli index 95712f78e..a65e1e70c 100644 --- a/helm/software/matita/applyTransformation.mli +++ b/helm/software/matita/applyTransformation.mli @@ -44,6 +44,11 @@ val mml_of_cic_sequent: (Cic.id, Cic.hypothesis) Hashtbl.t * (* id -> hypothesis *) (Cic.id, Cic2acic.sort_kind) Hashtbl.t)) (* ids_to_inner_sorts *) +val nmml_of_cic_sequent: + NCic.metasenv -> NCic.substitution -> (* metasenv, substitution *) + int * NCic.conjecture -> (* sequent *) + Gdome.document (* Math ML *) + val mml_of_cic_object: Cic.obj -> (* object *) Gdome.document * (* Math ML *)