]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/options.mli
- new component for restricted computation (delta, zeta and tau only)
[helm.git] / matita / components / binaries / probe / options.mli
index 31b22307a247fef25527ab4a208e74c18c8b507c..3e9789c76f133457e216200e71fff75d3c463460 100644 (file)
@@ -13,10 +13,14 @@ val objs: NUri.UriSet.t ref
 
 val srcs: NUri.UriSet.t ref
 
+val remove: string list ref
+
 val exclude: NCic.generated list ref
 
 val net: int ref
 
-val clear: unit -> unit
-
 val no_devel: bool ref
+
+val no_init: bool ref
+
+val clear: unit -> unit