]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaTypes.ml
merged cic_notation with matita: good luck!
[helm.git] / helm / matita / matitaTypes.ml
index e349a6e4dc90afbd516e4ca258d5e68f85894d09..1e5957ae8e91ae7862f84b78e026b209c2510210 100644 (file)
@@ -58,18 +58,18 @@ type options = option_value StringMap.t
 let no_options = StringMap.empty
 
 type status = {
-  aliases: DisambiguateTypes.environment;   (** disambiguation aliases *)
-  moo_content_rev: string list; (*CSC: a TacticAst.command list would be better *)
-  proof_status: proof_status;
-  options: options;
-  objects: (UriManager.uri * string) list;
-    (** in-scope objects, with their paths *)
+  aliases : DisambiguateTypes.environment;
+  moo_content_rev : string list;
+  proof_status : proof_status;
+  options : options;
+  objects : (UriManager.uri * string) list;
+  notation_ids: CicNotation.notation_id list;
 }
 
 let dump_status status = 
   MatitaLog.message "status.aliases:\n";
   MatitaLog.message
-  (CicTextualParser2.EnvironmentP3.to_string status.aliases ^ "\n");
+  (DisambiguatePp.pp_environment status.aliases ^ "\n");
   MatitaLog.message "status.proof_status:"; 
   MatitaLog.message
     (match status.proof_status with