X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=a83023140b3eb3d65fa1cd8652cfdab54848bc89;hb=d58b48162ad53fb369d285e60a99f746a497ad89;hp=2deacf2ac48bf5cde54bb68b3075889371a08788;hpb=5fa31e43ffe25aa7b1539653b137968b5cf9899a;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 2deacf2ac..a83023140 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -51,11 +51,13 @@ type 'term just = type ntactic = | NApply of loc * CicNotationPt.term + | NCases of loc * CicNotationPt.term * npattern | NCase1 of loc * string | NChange of loc * npattern * CicNotationPt.term | NElim of loc * CicNotationPt.term * npattern | NId of loc | NIntro of loc * string + | NRewrite of loc * direction * CicNotationPt.term * npattern type ('term, 'lazy_term, 'reduction, 'ident) tactic = (* Higher order tactics (i.e. tacticals) *)