X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=d38943da19ed732ce46f1528a16c531adcd2f46c;hb=9052c3d19ade20c086bb114133fe7cd060e23ec4;hp=6c6b3786ff88af760114f1e1157d09209682f5be;hpb=5716f9072fc8a7d46324e91cca970489c59cc590;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 6c6b3786f..d38943da1 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -104,14 +104,12 @@ type 'term macro = | WLocate of loc * string | WElim of loc * 'term (* real macros *) - | Print of loc * string | Check of loc * 'term | Hint of loc - | Quit of loc (** To be increased each time the command type below changes, used for "safe" * marshalling *) -let magic = 5 +let magic = 6 type 'obj command = | Default of loc * string * UriManager.uri list