]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteTypes.mli
Quick&dirty implementation of neqd:
[helm.git] / helm / software / components / grafite_engine / grafiteTypes.mli
index b159a7fe6b2caf260c3e39256da7672de25d53c6..e75c8aa3c565913032cb096127693052380df6c5 100644 (file)
@@ -43,7 +43,7 @@ type proof_status =
   | Intermediate of Cic.metasenv
 
 type ng_status =
-  | ProofMode of NTactics.tac_status
+  | ProofMode of NTacStatus.tac_status
   | CommandMode of LexiconEngine.status
 
 type status = {
@@ -51,7 +51,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;
 }