X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fgrafite%2FgrafiteAstPp.mli;fp=matitaB%2Fcomponents%2Fgrafite%2FgrafiteAstPp.mli;h=30972df7f1646ff5d5ea475b8549186cfce56c90;hb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;hp=0000000000000000000000000000000000000000;hpb=f04a064bb34aabaf91dc0c48e3b08b37ecd7b0a2;p=helm.git diff --git a/matitaB/components/grafite/grafiteAstPp.mli b/matitaB/components/grafite/grafiteAstPp.mli new file mode 100644 index 000000000..30972df7f --- /dev/null +++ b/matitaB/components/grafite/grafiteAstPp.mli @@ -0,0 +1,35 @@ +(* Copyright (C) 2004, HELM Team. + * + * This file is part of HELM, an Hypertextual, Electronic + * Library of Mathematics, developed at the Computer Science + * Department, University of Bologna, Italy. + * + * HELM is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * HELM is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with HELM; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, + * MA 02111-1307, USA. + * + * For details, see the HELM World-Wide-Web page, + * http://helm.cs.unibo.it/ + *) + +val pp_comment: + #NCic.status -> map_unicode_to_tex:bool -> GrafiteAst.comment -> string + +val pp_executable: + #NCic.status -> map_unicode_to_tex:bool -> GrafiteAst.code -> string + +val pp_alias: GrafiteAst.alias_spec -> string + +val pp_statement: + #NCic.status -> GrafiteAst.statement -> map_unicode_to_tex:bool -> string