X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Foptions.mli;h=2e97cf9bb4e7e09b7d47010c7095f46290f1a7d8;hb=50a9ed8c6207145fccf59e6a5dbbff935cd2c6d7;hp=3801a8d19b1483d24841827e2412bb25cf75832d;hpb=c992745a40b4ac8b6c5285bf9c5eff26c423f236;p=helm.git diff --git a/matita/components/binaries/matex/options.mli b/matita/components/binaries/matex/options.mli index 3801a8d19..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 @@ -41,6 +43,8 @@ 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