]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
- Procedural: new flag "level=n" to control the reconstruction level (defaults to...
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 4006320be2a2a58e770e8cf80efdbecce13939db..039d5bfa4e446cb306baaa82e17ddff71c84ae46 100644 (file)
@@ -148,10 +148,11 @@ type search_kind = [ `Locate | `Hint | `Match | `Elim ]
 type print_kind = [ `Env | `Coer ]
 
 type inline_param = IPPrefix of string
-                  | IPProcedural
-                  | IPDepth of int
                  | IPAs of Cic.object_flavour
+                  | IPProcedural
                   | IPNoDefaults 
+                 | IPLevel of int
+                  | IPDepth of int
 
 type ('term,'lazy_term) macro = 
   (* Whelp's stuff *)