]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
maxmeta function to return the heighest meta used so far
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 4006320be2a2a58e770e8cf80efdbecce13939db..6e48074ad56e4463174402abf3240ec93746970e 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 *)
@@ -215,6 +216,8 @@ type ('term, 'lazy_term, 'reduction, 'obj, 'ident) code =
       * punctuation_tactical
   | NonPunctuationTactical of loc * non_punctuation_tactical
       * punctuation_tactical
+  | NNonPunctuationTactical of loc * non_punctuation_tactical
+      * punctuation_tactical
              
 type ('term, 'lazy_term, 'reduction, 'obj, 'ident) comment =
   | Note of loc * string