X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FmatitaSync.mli;h=492bc8c3be3c548c56832ff3862dc98b4ba13f7f;hb=e6b28085c97ae7b9bd3f3262b105f6b84f42b047;hp=06807a1e4960a68e7bf0eac404e640a86d4af1b3;hpb=29a3bd5d160f31873236c93a008a9e4fd31c305e;p=helm.git diff --git a/helm/matita/matitaSync.mli b/helm/matita/matitaSync.mli index 06807a1e4..492bc8c3b 100644 --- a/helm/matita/matitaSync.mli +++ b/helm/matita/matitaSync.mli @@ -40,9 +40,7 @@ val alias_diff: from:MatitaTypes.status -> MatitaTypes.status -> val set_proof_aliases : MatitaTypes.status -> DisambiguateTypes.environment -> MatitaTypes.status - - (* removes the object from DB, Disk, CoercionsDB, getter + (* 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