X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=763911b79ea245ae572da11306a1008d5d5d7695;hb=b2a9b21233b1b7c645175e26fc3f3ab03a308c08;hp=b69ff18f44592d8c21092f697e1900c2ab14342e;hpb=b438322c4140e3d2395d693e9c5f0e96934436a0;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index b69ff18f4..763911b79 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -55,10 +55,11 @@ type ntactic = | NCase1 of loc * string | NChange of loc * npattern * CicNotationPt.term | NElim of loc * CicNotationPt.term * npattern + | NEval of loc * npattern * [ `Whd of bool ] + | NGeneralize of loc * npattern | NId of loc | NIntro of loc * string | NRewrite of loc * direction * CicNotationPt.term * npattern - | NGeneralize of loc * npattern type ('term, 'lazy_term, 'reduction, 'ident) tactic = (* Higher order tactics (i.e. tacticals) *)