X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Foptions.mli;h=2e97cf9bb4e7e09b7d47010c7095f46290f1a7d8;hb=HEAD;hp=da4f7a46dc1ac63c473c16368ef1a05c5cec9417;hpb=f462726eaf4edb5852851ec5d265cdafe9d3a78d;p=helm.git diff --git a/matita/components/binaries/matex/options.mli b/matita/components/binaries/matex/options.mli index da4f7a46d..2e97cf9bb 100644 --- a/matita/components/binaries/matex/options.mli +++ b/matita/components/binaries/matex/options.mli @@ -21,10 +21,12 @@ 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 @@ -39,7 +41,9 @@ val alpha_sort: (string * string * string) list ref val alpha_gref: (string * string) list ref -val macro_gref: (string * string * int) list ref +val macro_gref: (string * string * int * int) list ref + +val sigs_gref: (string * int * int) list ref val clear: unit -> unit