]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaSync.mli
version 0.7.1
[helm.git] / helm / matita / matitaSync.mli
index 0c866d4e59ada70cb362293535fbc406d0f90213..66787ad4673b9dd7731f66d18f12c989a0297ebf 100644 (file)
@@ -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, getter 
+   * asserts the uri is resolved to file:// so it is only for 
+   * user's objects *)
+val remove: verbose:bool -> UriManager.uri -> unit