]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteTypes.ml
Universe is used only locally to tactics/
[helm.git] / helm / software / components / grafite_engine / grafiteTypes.ml
index fc81efcaf29bbffe8fc428799a135c62d900a304..66da43c8f36259edc8111f14014a658a42755f4b 100644 (file)
@@ -53,7 +53,7 @@ type status = {
   proof_status: proof_status;
   objects: UriManager.uri list;
   coercions: CoercDb.coerc_db;
-  universe:Universe.universe;  
+  automation_cache:AutomationCache.cache;  
   baseuri: string;
   ng_status: ng_status;
 }