]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/options.mli
- New attribute `Implied put beside `Generated and `Provided.
[helm.git] / matita / components / binaries / probe / options.mli
index 31b22307a247fef25527ab4a208e74c18c8b507c..a692c90133b3d668fa3c57bb500b72f6f6122416 100644 (file)
@@ -13,10 +13,14 @@ val objs: NUri.UriSet.t ref
 
 val srcs: NUri.UriSet.t ref
 
-val exclude: NCic.generated list ref
+val remove: string list ref
 
-val net: int ref
+val exclude: NCic.source list ref
 
-val clear: unit -> unit
+val net: int ref
 
 val no_devel: bool ref
+
+val no_init: bool ref
+
+val clear: unit -> unit