]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/applyStylesheets.mli
Major module reorganization:
[helm.git] / helm / gTopLevel / applyStylesheets.mli
index e42944b8617af0d17640a376f9e023026f21e507..ff76c45d5c67af0657179d1050210bd526faab8a 100644 (file)
 (*                                                                            *)
 (******************************************************************************)
 
+(* Not exported:
 val apply_proof_stylesheets :
  Gdome.document -> explode_all:bool -> Gdome.document
+*)
 val apply_sequent_stylesheets : Gdome.document -> Gdome.document
+
+val mml_of_cic_term :
+ int -> Cic.term ->
+ Gdome.document *
+  (Cic.term * (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