]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/applyTransformation.mli
run check_if_goal_is_solved on all goals (active+passive)
[helm.git] / helm / software / matita / applyTransformation.mli
index 95712f78eb269b6ed85aa4fe308c0745d8901b1d..a65e1e70ca12a1705015db61ca97732b3cc6053c 100644 (file)
@@ -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 *)