X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fsyntax_extensions%2Futf8Macro.mli;h=3eab22e773c6d429cbd748821241dced76d2674c;hb=7f9e313fe5ae4200f080f481a6b8b795a0618093;hp=b21ba504fe125824e8fab675ad2de1de84932a80;hpb=407ff2f7c09ddd90eae6f390006ffe801b683164;p=helm.git diff --git a/helm/software/components/syntax_extensions/utf8Macro.mli b/helm/software/components/syntax_extensions/utf8Macro.mli index b21ba504f..3eab22e77 100644 --- a/helm/software/components/syntax_extensions/utf8Macro.mli +++ b/helm/software/components/syntax_extensions/utf8Macro.mli @@ -36,4 +36,6 @@ val expand: string -> string val unicode_of_tex: string -> string (** ... the other way round *) -val tex_of_unicode: string -> string option +val tex_of_unicode: string -> string list + +val pp_table: unit -> (string * (string list)) list