]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/options.mli
- lambdadelta: third recursive part of preservation finally proved!
[helm.git] / matita / components / binaries / probe / options.mli
index e9e51e04eddd63f9c91b400cc1699f653815c534..2db004edc090f1dd1da2a606cc8fee16ddf123f0 100644 (file)
@@ -9,12 +9,16 @@
      \ /   This software is distributed as is, NO WARRANTY.     
       V_______________________________________________________________ *)
 
-val objs: NUri.uri list ref
+val objs: NUri.UriSet.t ref
 
-val srcs: NUri.uri list ref
+val srcs: NUri.UriSet.t ref
 
 val exclude: NCic.generated list ref
 
 val net: int ref
 
+val no_devel: bool ref
+
+val no_init: bool ref
+
 val clear: unit -> unit