]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
new nrepeat (and block '('...')' ) tactical
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index e807c6f48eacca783e51be27210bb30cde4adc23..14c4877026b82615f5da807bb55f1f54b991ab3d 100644 (file)
@@ -75,6 +75,8 @@ type ntactic =
    | NUnfocus of loc
    | NTry of loc * ntactic
    | NAssumption of loc
+   | NRepeat of loc * ntactic
+   | NBlock of loc * ntactic list
 
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   (* Higher order tactics (i.e. tacticals) *)