X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Foptions.mli;h=2e97cf9bb4e7e09b7d47010c7095f46290f1a7d8;hb=50a9ed8c6207145fccf59e6a5dbbff935cd2c6d7;hp=4629423c5d98be2ef8a8b38e994ab08441b5c9e1;hpb=5791ee6b64136ecb0a727e32997b33f4bfab2c31;p=helm.git diff --git a/matita/components/binaries/matex/options.mli b/matita/components/binaries/matex/options.mli index 4629423c5..2e97cf9bb 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 @@ -17,12 +21,32 @@ val out_dir: string ref val proc_id: string ref -val test: bool ref +val check: bool ref val no_types: bool ref +val no_proofs: bool ref + +val global_alpha: bool ref + +val log_alpha: bool ref + +val log_missing: bool ref + val list_och: out_channel option ref +val alpha_type: (string * string * string) list ref + +val alpha_sort: (string * string * string) list ref + +val alpha_gref: (string * string) list ref + +val macro_gref: (string * string * int * int) list ref + +val sigs_gref: (string * int * int) list ref + val clear: unit -> unit val close_list: unit -> unit + +val is_global_id: string -> bool