X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaSync.mli;h=492bc8c3be3c548c56832ff3862dc98b4ba13f7f;hb=e6b28085c97ae7b9bd3f3262b105f6b84f42b047;hp=bb573fcb17bebc8b95f53cbdaed290d02edb8514;hpb=6857e22b8a58162893119f7747c5848031fd59ce;p=helm.git diff --git a/helm/matita/matitaSync.mli b/helm/matita/matitaSync.mli index bb573fcb1..492bc8c3b 100644 --- a/helm/matita/matitaSync.mli +++ b/helm/matita/matitaSync.mli @@ -40,8 +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