]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
Added a new command "index" for the indexing terms in the "universe".
[helm.git] / components / grafite / grafiteAst.ml
index 8816f2efa43d25e000fddcf28cb68df9917b6f6a..7108a323a07c0b38e418eb9890c7bd074276682c 100644 (file)
@@ -118,9 +118,10 @@ type 'term macro =
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
-let magic = 10
+let magic = 11
 
 type ('term,'obj) command =
+  | Index of loc * 'term option (* key *) * UriManager.uri (* value *)
   | Coercion of loc * UriManager.uri * bool (* add_obj *) * int (* arity *)
   | Default of loc * string * UriManager.uri list
   | Drop of loc