]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
- non_punctuational_tacticals ported to NG
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 039d5bfa4e446cb306baaa82e17ddff71c84ae46..6e48074ad56e4463174402abf3240ec93746970e 100644 (file)
@@ -216,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