]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/cic2acic.mli
A few modifications, here and there...
[helm.git] / helm / ocaml / cic_omdoc / cic2acic.mli
index b34d34342981c17c50436f97c2c12338bf63a71e..4f686da443ef71b1cc2a4a869aa855f4b3a71a80 100644 (file)
@@ -54,3 +54,12 @@ val acic_object_of_cic_object :
     (Cic.id, anntypes) Hashtbl.t *        (* ids_to_inner_types *)
     (Cic.id, Cic.conjecture) Hashtbl.t *  (* ids_to_conjectures *)
     (Cic.id, Cic.hypothesis) Hashtbl.t    (* ids_to_hypotheses *)
+
+val asequent_of_sequent :
+  Cic.metasenv ->                         (* metasenv *)
+   Cic.conjecture ->                      (* conjecture *)
+    Cic.annconjecture *                   (* annotated conjecture *)
+    (Cic.id, Cic.term) Hashtbl.t *        (* ids_to_terms *)
+    (Cic.id, Cic.id option) Hashtbl.t *   (* ids_to_father_ids *)
+    (Cic.id, string) Hashtbl.t *          (* ids_to_inner_sorts *)
+    (Cic.id, Cic.hypothesis) Hashtbl.t    (* ids_to_hypotheses *)