X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=e96cf1bbcb8b9cf04b28f14c61613c9cdcaee9a3;hb=6114cb246d344e93b0dfeae4d273dc4422633ecb;hp=ff26c00d680315440942891ec47411c8d053f316;hpb=c9ea9448c1e6e76d266a89017f79229fd8cb0733;p=helm.git diff --git a/matita/components/grafite/grafiteAst.ml b/matita/components/grafite/grafiteAst.ml index ff26c00d6..e96cf1bbc 100644 --- a/matita/components/grafite/grafiteAst.ml +++ b/matita/components/grafite/grafiteAst.ml @@ -84,7 +84,7 @@ type nmacro = (** To be increased each time the command type below changes, used for "safe" * marshalling *) -let magic = 35 +let magic = 36 (* composed magic: term + command magics. No need to change this value *) let magic = magic + 10000 * NotationPt.magic @@ -104,10 +104,8 @@ type command = | NInverter of loc * string * nterm * bool list option * nterm option | NUnivConstraint of loc * NUri.uri * NUri.uri | NCopy of loc * string * NUri.uri * (NUri.uri * NUri.uri) list - | NCoercion of loc * string * - nterm * nterm * - (string * nterm) * nterm - | NQed of loc + | NCoercion of loc * string * bool * nterm * nterm * (string * nterm) * nterm + | NQed of loc * bool (* ex lexicon commands *) | Alias of loc * alias_spec (** parameters, name, type, fields *)