X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=matita%2Fcomponents%2Fbinaries%2Fprobe%2Foptions.mli;h=1158a84c85175942330bc2ee411d9306a9cc9bbb;hb=05b047be6817f430c8c72fd9b0902df8bb9f579e;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..1158a84c8 100644 --- a/matita/components/binaries/probe/options.mli +++ b/matita/components/binaries/probe/options.mli @@ -9,12 +9,30 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) -val objs: NUri.uri list ref +type def_xflavour = [ NCic.def_flavour + | `Inductive + ] -val srcs: NUri.uri list ref +val add_xflavour: int -> def_xflavour -> unit -val exclude: NCic.generated list ref +val iter_xflavours: (int -> unit) -> unit + +val objs: NUri.UriSet.t ref + +val srcs: NUri.UriSet.t ref + +val remove: string list ref + +val exclude: NCic.source list ref val net: int ref +val chars: int ref + +val debug_lexer: bool ref + +val no_devel: bool ref + +val no_init: bool ref + val clear: unit -> unit