X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=246df11c293144f981dec9ff84c51762c68a1f0d;hb=f48ba5edb4602e663ee746964ec88ff673642388;hp=03b67ade37c67d68ed63d4877aaaa7b12a1734ec;hpb=4c3c77a722996633ec810a7fa547f52872124074;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 03b67ade3..246df11c2 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -106,17 +106,17 @@ type 'term macro = (* real macros *) | 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 | Include of loc * string | Set of loc * string * string | Drop of loc + | Print of loc * string | Qed of loc | Coercion of loc * UriManager.uri * bool (* add composites *) | Obj of loc * 'obj