X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fprobe%2Foptions.mli;h=1158a84c85175942330bc2ee411d9306a9cc9bbb;hb=c0a8f89161e9887c38eb5cf701f0f0c05a0e527f;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..1158a84c8 100644 --- a/matita/components/binaries/probe/options.mli +++ b/matita/components/binaries/probe/options.mli @@ -9,16 +9,28 @@ \ / 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