]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/applyTransformation.mli
- bugfix is refreshed state of AutCrg: now we return a fresh state
[helm.git] / helm / software / matita / applyTransformation.mli
index 9fe4130c35b74433157575280d813f6bf9b11494..dbd0343ff600d4bdd3e09e62963c340e5adcacdb 100644 (file)
@@ -45,10 +45,10 @@ val mml_of_cic_sequent:
      (Cic.id, Cic2acic.sort_kind) Hashtbl.t))   (* ids_to_inner_sorts *)
 
 val nmml_of_cic_sequent:
+ #NCicCoercion.status ->
  NCic.metasenv -> NCic.substitution ->          (* metasenv, substitution *)
  int * NCic.conjecture ->                       (* sequent *)
-  Gdome.document *                              (* Math ML *)
-  (string, NTermCicContent.id option) Hashtbl.t (* id -> father id *)
+  Gdome.document                                (* Math ML *)
 
 val mml_of_cic_object:
   Cic.obj ->                                  (* object *)
@@ -61,10 +61,7 @@ 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 nmml_of_cic_object:
- NCic.obj -> Gdome.document *
-  (string, NTermCicContent.id option) Hashtbl.t (* id -> father id *)
-
+val nmml_of_cic_object: #NCicCoercion.status -> NCic.obj -> Gdome.document
 
 val txt_of_cic_term: 
   map_unicode_to_tex:bool -> int -> Cic.metasenv -> Cic.context -> Cic.term ->