X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fprobe%2Foptions.mli;h=4eef178072606f1539e1229a6142c2dd3872eb07;hb=42fb6dce8110e29ccf233c09e6d6b1d58d9e5fef;hp=7b99bf535bb23d7f8b4f67c968348755f2e67006;hpb=c62bc0725203409f99fd10eaf0b670a406e311b3;p=helm.git diff --git a/matita/components/binaries/probe/options.mli b/matita/components/binaries/probe/options.mli index 7b99bf535..4eef17807 100644 --- a/matita/components/binaries/probe/options.mli +++ b/matita/components/binaries/probe/options.mli @@ -1,19 +1,19 @@ (* - ||M|| This file is part of HELM, an Hypertextual, Electronic - ||A|| Library of Mathematics, developed at the Computer Science - ||T|| Department, University of Bologna, Italy. - ||I|| - ||T|| HELM is free software; you can redistribute it and/or - ||A|| modify it under the terms of the GNU General Public License - \ / version 2 or (at your option) any later version. - \ / This software is distributed as is, NO WARRANTY. + ||M|| This file is part of HELM, an Hypertextual, Electronic + ||A|| Library of Mathematics, developed at the Computer Science + ||T|| Department, University of Bologna, Italy. + ||I|| + ||T|| HELM is free software; you can redistribute it and/or + ||A|| modify it under the terms of the GNU General Public License + \ / version 2 or (at your option) any later version. + \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) type def_xflavour = [ NCic.def_flavour | `Inductive ] -val add_xflavour: int -> def_xflavour -> unit +val add_xflavour: int -> def_xflavour -> unit val iter_xflavours: (int -> unit) -> unit @@ -21,14 +21,24 @@ val objs: NUri.UriSet.t ref val srcs: NUri.UriSet.t ref +val names: 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 add_dep: NUri.uri -> NUri.uri -> unit + +val out_deps: string -> unit + val clear: unit -> unit