X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=14c4877026b82615f5da807bb55f1f54b991ab3d;hb=4dc87cc7384ba61136bc82a23effe6a52160e720;hp=e807c6f48eacca783e51be27210bb30cde4adc23;hpb=1756fda18552874b063459b27448a4d0face1f39;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index e807c6f48..14c487702 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -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) *)