X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaTypes.ml;h=e349a6e4dc90afbd516e4ca258d5e68f85894d09;hb=f263e4ec717d5ec2e7f9c057855f8223f81baae8;hp=9ed52f568dfd5dfe48444d45ea1a9566677063fd;hpb=d9394782ed9580f3565eb9b4682d8348aae6349e;p=helm.git diff --git a/helm/matita/matitaTypes.ml b/helm/matita/matitaTypes.ml index 9ed52f568..e349a6e4d 100644 --- a/helm/matita/matitaTypes.ml +++ b/helm/matita/matitaTypes.ml @@ -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;