X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=0cfdef148ced4dfbae84f8d5f0199516cc86e7a3;hb=34c2ba63c8eb5fccfd9a1fb8ac1df5895c8b58b3;hp=5c8f461c143478d70bb5baa3faf864da1c2f7189;hpb=b91d9e60b0a5f450d2725d4b9bb3ed7f81ef6d3a;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 5c8f461c1..0cfdef148 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -193,10 +193,11 @@ type ('term,'lazy_term) macro = type nmacro = | NCheck of loc * CicNotationPt.term + | Screenshot of loc * string (** To be increased each time the command type below changes, used for "safe" * marshalling *) -let magic = 27 +let magic = 30 type ('term,'obj) command = | Index of loc * 'term option (* key *) * UriManager.uri (* value *) @@ -219,7 +220,8 @@ type ('term,'obj) command = type ncommand = | UnificationHint of loc * CicNotationPt.term * int (* term, precedence *) | NObj of loc * CicNotationPt.term CicNotationPt.obj - | NUnivConstraint of loc * bool * NUri.uri * NUri.uri + | NInverter of loc * string * CicNotationPt.term * bool list option * CicNotationPt.term option + | NUnivConstraint of loc * NUri.uri * NUri.uri | NCopy of loc * string * NUri.uri * (NUri.uri * NUri.uri) list | NCoercion of loc * string * CicNotationPt.term * CicNotationPt.term *