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=2c0e9b9b6be15bd70da4f7de919ac9715e687bcb;hb=ea6b4322051d3eb1794bfca3928f6e1773f971ba;hp=3cd2afa748e3586ba6d654c18485a0371408fcc9;hpb=21679cd1397d9c51519dbe439c29c1683b91ec64;p=helm.git diff --git a/matita/components/binaries/matex/options.mli b/matita/components/binaries/matex/options.mli index 3cd2afa74..2c0e9b9b6 100644 --- a/matita/components/binaries/matex/options.mli +++ b/matita/components/binaries/matex/options.mli @@ -9,8 +9,16 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) +val status: NCicPp.status + val no_init: bool ref val out_dir: string ref +val proc_id: string ref + +val test: bool ref + +val no_types: bool ref + val clear: unit -> unit