]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
...
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index c700c836b456e334f3acd7b862600fc3f2519cec..c861a1a45657f937f1d158a50f2a0f19c1ec8e18 100644 (file)
@@ -150,12 +150,13 @@ type ('term,'lazy_term) macro =
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
-let magic = 13
+let magic = 14
 
 type ('term,'obj) command =
   | Index of loc * 'term option (* key *) * UriManager.uri (* value *)
   | Coercion of loc * 'term * bool (* add_obj *) *
      int (* arity *) * int (* saturations *)
+  | UnificationHint of (loc * 'term)
   | Default of loc * string * UriManager.uri list
   | Drop of loc
   | Include of loc * string