X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=a83023140b3eb3d65fa1cd8652cfdab54848bc89;hb=d58b48162ad53fb369d285e60a99f746a497ad89;hp=4f86ff6eb06e24a74948926f906ee1a7e378fdcf;hpb=d072c3ea699cf33189d18d8431fda9750fc2eb93;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 4f86ff6eb..a83023140 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -51,10 +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) *)