]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaSync.mli
added homepage URL, now we have one
[helm.git] / helm / matita / matitaSync.mli
index 376ba37949e0f6ed848492f5f06506207d8213f8..492bc8c3be3c548c56832ff3862dc98b4ba13f7f 100644 (file)
@@ -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