X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=246df11c293144f981dec9ff84c51762c68a1f0d;hb=68a2f8d0a8c34cb7ea0438c7db9222a853a38826;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..246df11c2 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -104,20 +104,19 @@ 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 | 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