]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
- init_cache_and_tables rewritten using the automation_cache
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 2e6f450caaf03f61d7d8629869b7569596ae2062..01053ca1396ef39209b0dcbf717ef3a5fe6cbdb5 100644 (file)
@@ -167,10 +167,12 @@ type ('term,'lazy_term) macro =
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
-let magic = 17
+let magic = 18
 
 type ('term,'obj) command =
   | Index of loc * 'term option (* key *) * UriManager.uri (* value *)
+  | Select of loc * UriManager.uri
+  | Pump of loc * int
   | Coercion of loc * 'term * bool (* add_obj *) *
      int (* arity *) * int (* saturations *)
   | PreferCoercion of loc * 'term