X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=b516d393e12c123d3a539353fb83b62cc0ef211d;hb=1e461f3fb714667cf97e593eef48781b0f2e9b7d;hp=b4c18726cd4ca73c36389f4521bc47ad3cb49a6b;hpb=4885f49660dc31fc6ecbed36c383b111381a8684;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index b4c18726c..b516d393e 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -118,7 +118,7 @@ type 'term macro = (** To be increased each time the command type below changes, used for "safe" * marshalling *) -let magic = 8 +let magic = 9 type 'obj command = | Default of loc * string * UriManager.uri list @@ -127,7 +127,7 @@ type 'obj command = | Drop of loc | Print of loc * string | Qed of loc - | Coercion of loc * UriManager.uri * bool (* add composites *) + | Coercion of loc * UriManager.uri * bool (* add_obj *) * int (* arity *) | Obj of loc * 'obj type ('term, 'lazy_term, 'reduction, 'ident) tactical =