]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaTypes.ml
"include" command implemented.
[helm.git] / helm / matita / matitaTypes.ml
index 9ed52f568dfd5dfe48444d45ea1a9566677063fd..e349a6e4dc90afbd516e4ca258d5e68f85894d09 100644 (file)
@@ -59,6 +59,7 @@ 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;