X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaSync.mli;h=492bc8c3be3c548c56832ff3862dc98b4ba13f7f;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=0c866d4e59ada70cb362293535fbc406d0f90213;hpb=76c28672a95473ee68935a7ca09b69f9b2f9cdc8;p=helm.git diff --git a/helm/matita/matitaSync.mli b/helm/matita/matitaSync.mli index 0c866d4e5..492bc8c3b 100644 --- a/helm/matita/matitaSync.mli +++ b/helm/matita/matitaSync.mli @@ -36,6 +36,11 @@ val time_travel: val alias_diff: from:MatitaTypes.status -> MatitaTypes.status -> DisambiguateTypes.environment - (* removes the object from DB, Disk, CoercionsDB *) -val remove: UriManager.uri -> unit + (** set the proof aliases enriching the moo_content *) +val set_proof_aliases : + MatitaTypes.status -> DisambiguateTypes.environment -> MatitaTypes.status + (* removes the object from DB, Disk, CoercionsDB, CicEnvironment, getter + * asserts the uri is resolved to file:// so it is only for + * user's objects *) +val remove: verbose:bool -> UriManager.uri -> unit