X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FapplyStylesheets.mli;h=ff76c45d5c67af0657179d1050210bd526faab8a;hb=7fe29ab0adae7bbd2589630b1c5363daf62100c9;hp=e42944b8617af0d17640a376f9e023026f21e507;hpb=7fedf47037503b281d078eef6de13927020eb410;p=helm.git diff --git a/helm/gTopLevel/applyStylesheets.mli b/helm/gTopLevel/applyStylesheets.mli index e42944b86..ff76c45d5 100644 --- a/helm/gTopLevel/applyStylesheets.mli +++ b/helm/gTopLevel/applyStylesheets.mli @@ -33,6 +33,21 @@ (* *) (******************************************************************************) +(* 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