]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/applyTransformation.mli
uniformed prototype of mml_of_cic_{object,sequent}
[helm.git] / helm / ocaml / cic_transformations / applyTransformation.mli
index 4a1f08e311af133f0bffafac7f29ec7bddaee394..1b646aa6e9a4d3cb02522c1ec524f3fd040b42f2 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
-val reload_stylesheets: unit -> unit
-
 val mml_of_cic_sequent :
- Cic.metasenv ->
- int * Cic.context * Cic.term ->
- Gdome.document *
-  ((Cic.id, Cic.term) Hashtbl.t *
-   (Cic.id, Cic.id option) Hashtbl.t *
-   (string, Cic.hypothesis) Hashtbl.t)
+ Cic.metasenv ->                          (* metasenv *)
+ Cic.conjecture ->                        (* sequent *)
+  Gdome.document *                            (* Math ML *)
+    ((Cic.id, Cic.term) Hashtbl.t *           (* id -> term *)
+     (Cic.id, Cic.id option) Hashtbl.t *      (* id -> father id *)
+     (Cic.id, Cic.hypothesis) Hashtbl.t)      (* id -> hypothesis *)
 
 val mml_of_cic_object :
-  explode_all:bool ->
-  UriManager.uri ->
-  Cic.annobj ->
-  (string, string) Hashtbl.t ->
-  (string, Cic2acic.anntypes) Hashtbl.t -> Gdome.document
+  UriManager.uri ->                       (* object uri *)
+  Cic.obj ->                              (* uri *)
+    Gdome.document *                          (* Math ML *)
+      ((Cic.id, Cic.term) Hashtbl.t *         (* id -> term *)
+       (Cic.id, Cic.id option) Hashtbl.t *    (* id -> father id *)
+       (Cic.id, Cic.conjecture) Hashtbl.t *   (* id -> conjecture *)
+       (Cic.id, Cic.hypothesis) Hashtbl.t)    (* id -> hypothesis *)
+