]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteTypes.ml
we rebuilt the dependences
[helm.git] / helm / software / components / grafite_engine / grafiteTypes.ml
index 244ce615f67f01542759a7a2cc1ecf23dc2a53e1..fc81efcaf29bbffe8fc428799a135c62d900a304 100644 (file)
@@ -44,6 +44,10 @@ type proof_status =
       (* Status in which the proof could be while it is being processed by the
       * engine. No status entering/exiting the engine could be in it. *)
 
+type ng_status =
+  | ProofMode of NTacStatus.tac_status
+  | CommandMode of LexiconEngine.status
+
 type status = {
   moo_content_rev: GrafiteMarshal.moo;
   proof_status: proof_status;
@@ -51,6 +55,7 @@ type status = {
   coercions: CoercDb.coerc_db;
   universe:Universe.universe;  
   baseuri: string;
+  ng_status: ng_status;
 }
 
 let get_current_proof status =