X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Foptions.mli;fp=matita%2Fcomponents%2Fbinaries%2Fmatex%2Foptions.mli;h=b2ad2cf47d4787b26a20f7a2587d5dfc2007f42d;hb=d03e9fa5ea709a937148a67fc115d894e5990063;hp=15a272520429269f1dd5e6bc094987abefd16337;hpb=a84e0c2abc802c308f3749e27bb843622534e8d7;p=helm.git diff --git a/matita/components/binaries/matex/options.mli b/matita/components/binaries/matex/options.mli index 15a272520..b2ad2cf47 100644 --- a/matita/components/binaries/matex/options.mli +++ b/matita/components/binaries/matex/options.mli @@ -9,6 +9,10 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) +val dno_id: string + +val nan: int + val status: NCicPp.status val no_init: bool ref @@ -21,6 +25,8 @@ val test: bool ref val no_types: bool ref +val global_alpha: bool ref + val log_alpha: bool ref val list_och: out_channel option ref @@ -32,3 +38,5 @@ val alpha_sort: (string * string * string) list ref val clear: unit -> unit val close_list: unit -> unit + +val is_global_id: string -> bool