]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteTypes.ml
1) GrafiteAst.NEval => GrafiteAst.NReduce
[helm.git] / helm / software / components / grafite_engine / grafiteTypes.ml
index 83687277965aaa500c390d4fa406efc208045bc2..66da43c8f36259edc8111f14014a658a42755f4b 100644 (file)
@@ -45,7 +45,7 @@ type proof_status =
       * engine. No status entering/exiting the engine could be in it. *)
 
 type ng_status =
-  | ProofMode of NTactics.tac_status
+  | ProofMode of NTacStatus.tac_status
   | CommandMode of LexiconEngine.status
 
 type status = {
@@ -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;
 }