]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/librarySync.mli
...
[helm.git] / components / library / librarySync.mli
index 61e2b2515ae9ba36837b142427cfd508b12014a5..980e4724a990de49ba049a97c7b6bcf3ca2c3f5c 100644 (file)
@@ -47,8 +47,9 @@ val remove_obj: UriManager.uri -> unit
 (* The list of added objects is returned.                                *)
 val add_coercion: 
   add_composites:bool -> 
-  RefinementTool.kit -> UriManager.uri -> 
-    UriManager.uri list
+  RefinementTool.kit -> UriManager.uri -> int (* arity *) ->
+   int (* saturations *) -> string (* baseuri *) ->
+    (UriManager.uri * int * int) list (* URI, arity, saturations *)
 
 (* inverse of add_coercion, removes both the eventually created composite   *)
 (* coercions and the information that [uri] and the composites are coercion *)