X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Foptions.mli;h=2e97cf9bb4e7e09b7d47010c7095f46290f1a7d8;hb=ccf5878f2a2ec7f952f140e162391708a740517b;hp=2c0e9b9b6be15bd70da4f7de919ac9715e687bcb;hpb=ea6b4322051d3eb1794bfca3928f6e1773f971ba;p=helm.git diff --git a/matita/components/binaries/matex/options.mli b/matita/components/binaries/matex/options.mli index 2c0e9b9b6..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,8 +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