X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=9ea33c2de294acd90212ef37c0fb830000f1324e;hb=7c793c80721ff0b0a1d2898ba93721aa03aa4a98;hp=ae4dc23f76b4e477f2276d268b96670bd5decdc2;hpb=964844c87f7c3d7061dfeb7f2d84b6b8bbcdaf13;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index ae4dc23f7..9ea33c2de 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -60,7 +60,7 @@ type ntactic = | NCut of loc * CicNotationPt.term (* | NDiscriminate of loc * CicNotationPt.term | NSubst of loc * CicNotationPt.term *) - | NDestruct of loc + | NDestruct of loc * string list option * string list | NElim of loc * CicNotationPt.term * npattern | NGeneralize of loc * npattern | NId of loc @@ -206,7 +206,7 @@ type nmacro = (** To be increased each time the command type below changes, used for "safe" * marshalling *) -let magic = 33 +let magic = 34 type ('term,'obj) command = | Index of loc * 'term option (* key *) * UriManager.uri (* value *)