X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fprobe%2Foptions.mli;h=c36695ef52e06674b828e26d08718d1174a1b53d;hb=2f19651bcec24abfb1bf15ff7e1387daad1f6638;hp=3e9789c76f133457e216200e71fff75d3c463460;hpb=8ff4315142253a1a0478b67c07dddf70c36f50cd;p=helm.git diff --git a/matita/components/binaries/probe/options.mli b/matita/components/binaries/probe/options.mli index 3e9789c76..c36695ef5 100644 --- a/matita/components/binaries/probe/options.mli +++ b/matita/components/binaries/probe/options.mli @@ -9,18 +9,34 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) +type def_xflavour = [ NCic.def_flavour + | `Inductive + ] + +val add_xflavour: int -> def_xflavour -> unit + +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.generated 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 add_dep: NUri.uri -> NUri.uri -> unit + +val out_deps: string -> unit + val clear: unit -> unit