]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/applyTransformation.mli
some fixes for whelp macros (concerning pprint...)
[helm.git] / matita / applyTransformation.mli
index 8e023aea626f366cbfdc7cdf6778fa01f5854903..8e2d51b5b6713e06ad4b9f1b04cfefb11552409e 100644 (file)
@@ -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
+