X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fprobe%2Foptions.mli;h=3e9789c76f133457e216200e71fff75d3c463460;hb=6d3e67a714d59ff5d0da7aff72323a6d2ac07db4;hp=e9e51e04eddd63f9c91b400cc1699f653815c534;hpb=cbbbc763dc971b43fe74f1d08b797de5d1dc4f17;p=helm.git diff --git a/matita/components/binaries/probe/options.mli b/matita/components/binaries/probe/options.mli index e9e51e04e..3e9789c76 100644 --- a/matita/components/binaries/probe/options.mli +++ b/matita/components/binaries/probe/options.mli @@ -9,12 +9,18 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) -val objs: NUri.uri list ref +val objs: NUri.UriSet.t ref -val srcs: NUri.uri list ref +val srcs: NUri.UriSet.t ref + +val remove: string list ref val exclude: NCic.generated list ref val net: int ref +val no_devel: bool ref + +val no_init: bool ref + val clear: unit -> unit