]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
BIG FAT COMMIT REGARDING COERCIONS:
[helm.git] / components / grafite / grafiteAst.ml
index b4c18726cd4ca73c36389f4521bc47ad3cb49a6b..b516d393e12c123d3a539353fb83b62cc0ef211d 100644 (file)
@@ -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 =