X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FapplyTransformation.mli;h=8e2d51b5b6713e06ad4b9f1b04cfefb11552409e;hb=bf0b308923fbe96bdd4bd8ee0f4495958211ab6f;hp=8e023aea626f366cbfdc7cdf6778fa01f5854903;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/applyTransformation.mli b/matita/applyTransformation.mli index 8e023aea6..8e2d51b5b 100644 --- a/matita/applyTransformation.mli +++ b/matita/applyTransformation.mli @@ -55,3 +55,8 @@ val mml_of_cic_object: (Cic.id, Cic2acic.sort_kind) Hashtbl.t * (* ids_to_inner_sorts *) (Cic.id, Cic2acic.anntypes) Hashtbl.t)) (* ids_to_inner_types *) +val txt_of_cic_term: + int -> Cic.metasenv -> Cic.context -> Cic.term -> string +val txt_of_cic_sequent_conclusion: + int -> Cic.metasenv -> Cic.conjecture -> string +