]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/applyStylesheets.mli
Minor module re-organization:
[helm.git] / helm / gTopLevel / applyStylesheets.mli
index e42944b8617af0d17640a376f9e023026f21e507..b450cd992db45bd41f678e3655ef4f53caa06404 100644 (file)
 (*                                                                            *)
 (******************************************************************************)
 
-val apply_proof_stylesheets :
- Gdome.document -> explode_all:bool -> Gdome.document
-val apply_sequent_stylesheets : Gdome.document -> Gdome.document
+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)
+
+val mml_of_cic_object :
+  explode_all:bool ->
+  UriManager.uri ->
+  Cic.annobj ->
+  (string, string) Hashtbl.t ->
+  (string, Cic2acic.anntypes) Hashtbl.t -> Gdome.document