X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaSync.mli;h=492bc8c3be3c548c56832ff3862dc98b4ba13f7f;hb=513e52fa53da03a4775d9a6bc3c93eafb5f3f9df;hp=376ba37949e0f6ed848492f5f06506207d8213f8;hpb=ebc063e65d908c9f35619c92454dbbe76bdabd40;p=helm.git diff --git a/helm/matita/matitaSync.mli b/helm/matita/matitaSync.mli index 376ba3794..492bc8c3b 100644 --- a/helm/matita/matitaSync.mli +++ b/helm/matita/matitaSync.mli @@ -36,8 +36,11 @@ val time_travel: val alias_diff: from:MatitaTypes.status -> MatitaTypes.status -> DisambiguateTypes.environment - (* removes the object from DB, Disk, CoercionsDB, getter + (** 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: UriManager.uri -> unit - +val remove: verbose:bool -> UriManager.uri -> unit