X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FapplyStylesheets.mli;h=b450cd992db45bd41f678e3655ef4f53caa06404;hb=60c66573ddcb1cea922095dfdc3a315d8d5012a1;hp=ff76c45d5c67af0657179d1050210bd526faab8a;hpb=95d791163d23738e82c4232598138f7cbab4207f;p=helm.git diff --git a/helm/gTopLevel/applyStylesheets.mli b/helm/gTopLevel/applyStylesheets.mli index ff76c45d5..b450cd992 100644 --- a/helm/gTopLevel/applyStylesheets.mli +++ b/helm/gTopLevel/applyStylesheets.mli @@ -33,17 +33,13 @@ (* *) (******************************************************************************) -(* 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 -> +val mml_of_cic_sequent : + Cic.metasenv -> + int * Cic.context * Cic.term -> Gdome.document * - (Cic.term * (Cic.id, Cic.term) Hashtbl.t * - (Cic.id, Cic.id option) Hashtbl.t * (string, Cic.hypothesis) Hashtbl.t) + ((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 ->