]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/options.ml
- nUri : added Sets of uris for use in "probe"
[helm.git] / matita / components / binaries / probe / options.ml
index e243241d0878584eb4fc87496ec8c182fc3d4419..24608872780b3f5615b1d4d46e73c55bfdba58a1 100644 (file)
@@ -9,9 +9,11 @@
      \ /   This software is distributed as is, NO WARRANTY.     
       V_______________________________________________________________ *)
 
-let default_objs = []
+module US = NUri.UriSet
 
-let default_srcs = []
+let default_objs = US.empty
+
+let default_srcs = US.empty
 
 let default_exclude = []
 
@@ -25,6 +27,8 @@ let exclude = ref default_exclude
 
 let net = ref default_net
 
+let no_devel = ref true
+
 let clear () =
    objs := default_objs; srcs := default_srcs;
    exclude := default_exclude; net := default_net