X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=components%2Fgrafite%2FgrafiteAst.ml;h=c00eb8404d2f8ca0a459bb28fbca4e0a328f02ac;hb=c67a6aaf5f24719785eb170e1fdef97c180e927e;hp=20635bd648accbf1e53f4d8717eebe0e2d61c9c8;hpb=9a17bf0f4213f5f130326d658ce7ee4b41f6d6f2;p=helm.git diff --git a/components/grafite/grafiteAst.ml b/components/grafite/grafiteAst.ml index 20635bd64..c00eb8404 100644 --- a/components/grafite/grafiteAst.ml +++ b/components/grafite/grafiteAst.ml @@ -140,7 +140,8 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactical = | Semicolon of loc | Branch of loc | Shift of loc - | Pos of loc * int + | Pos of loc * int list + | Wildcard of loc | Merge of loc | Focus of loc * int list | Unfocus of loc