X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=6b5344f580b4873aa62b3d5be45916e04d136dbd;hb=dde568d876a5d2e1b6e554a526c98b09b145d25a;hp=ff26c00d680315440942891ec47411c8d053f316;hpb=c9ea9448c1e6e76d266a89017f79229fd8cb0733;p=helm.git diff --git a/matita/components/grafite/grafiteAst.ml b/matita/components/grafite/grafiteAst.ml index ff26c00d6..6b5344f58 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,9 +104,7 @@ 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 + | NCoercion of loc * string * bool * nterm * nterm * (string * nterm) * nterm | NQed of loc (* ex lexicon commands *) | Alias of loc * alias_spec