]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/options.mli
update in lambdadelta
[helm.git] / matita / components / binaries / probe / options.mli
index c36695ef52e06674b828e26d08718d1174a1b53d..4eef178072606f1539e1229a6142c2dd3872eb07 100644 (file)
@@ -1,19 +1,19 @@
 (*
-    ||M||  This file is part of HELM, an Hypertextual, Electronic        
-    ||A||  Library of Mathematics, developed at the Computer Science     
-    ||T||  Department, University of Bologna, Italy.                     
-    ||I||                                                                
-    ||T||  HELM is free software; you can redistribute it and/or         
-    ||A||  modify it under the terms of the GNU General Public License   
-    \   /  version 2 or (at your option) any later version.      
-     \ /   This software is distributed as is, NO WARRANTY.     
+    ||M||  This file is part of HELM, an Hypertextual, Electronic
+    ||A||  Library of Mathematics, developed at the Computer Science
+    ||T||  Department, University of Bologna, Italy.
+    ||I||
+    ||T||  HELM is free software; you can redistribute it and/or
+    ||A||  modify it under the terms of the GNU General Public License
+    \   /  version 2 or (at your option) any later version.
+     \ /   This software is distributed as is, NO WARRANTY.
       V_______________________________________________________________ *)
 
 type def_xflavour = [ NCic.def_flavour
                     | `Inductive
                     ]
 
-val add_xflavour: int -> def_xflavour -> unit 
+val add_xflavour: int -> def_xflavour -> unit
 
 val iter_xflavours: (int -> unit) -> unit
 
@@ -21,6 +21,8 @@ val objs: NUri.UriSet.t ref
 
 val srcs: NUri.UriSet.t ref
 
+val names: NUri.UriSet.t ref
+
 val remove: string list ref
 
 val exclude: NCic.source list ref