]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/options.mli
- fpbq
[helm.git] / matita / components / binaries / probe / options.mli
index a692c90133b3d668fa3c57bb500b72f6f6122416..1158a84c85175942330bc2ee411d9306a9cc9bbb 100644 (file)
@@ -9,6 +9,14 @@
      \ /   This software is distributed as is, NO WARRANTY.     
       V_______________________________________________________________ *)
 
+type def_xflavour = [ NCic.def_flavour
+                    | `Inductive
+                    ]
+
+val add_xflavour: int -> def_xflavour -> unit 
+
+val iter_xflavours: (int -> unit) -> unit
+
 val objs: NUri.UriSet.t ref
 
 val srcs: NUri.UriSet.t ref
@@ -19,6 +27,10 @@ val exclude: NCic.source list ref
 
 val net: int ref
 
+val chars: int ref
+
+val debug_lexer: bool ref
+
 val no_devel: bool ref
 
 val no_init: bool ref