]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/librarySync.mli
...
[helm.git] / components / library / librarySync.mli
index a836dfd5788df205ac27ffd35ef539bd80dc05f0..980e4724a990de49ba049a97c7b6bcf3ca2c3f5c 100644 (file)
@@ -48,8 +48,8 @@ val remove_obj: UriManager.uri -> unit
 val add_coercion: 
   add_composites:bool -> 
   RefinementTool.kit -> UriManager.uri -> int (* arity *) ->
-   string (* baseuri *) ->
-    UriManager.uri list
+   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 *)