]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/options.mli
updated probe and matitadep
[helm.git] / matita / components / binaries / probe / options.mli
index 31b22307a247fef25527ab4a208e74c18c8b507c..c36695ef52e06674b828e26d08718d1174a1b53d 100644 (file)
@@ -9,14 +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 exclude: NCic.generated list ref
+val remove: string list ref
+
+val exclude: NCic.source list ref
 
 val net: int ref
 
-val clear: unit -> unit
+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