]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/librarySync.mli
Proof of Euler theorem.
[helm.git] / components / library / librarySync.mli
index 61e2b2515ae9ba36837b142427cfd508b12014a5..a836dfd5788df205ac27ffd35ef539bd80dc05f0 100644 (file)
@@ -47,7 +47,8 @@ val remove_obj: UriManager.uri -> unit
 (* The list of added objects is returned.                                *)
 val add_coercion: 
   add_composites:bool -> 
-  RefinementTool.kit -> UriManager.uri -> 
+  RefinementTool.kit -> UriManager.uri -> int (* arity *) ->
+   string (* baseuri *) ->
     UriManager.uri list
 
 (* inverse of add_coercion, removes both the eventually created composite   *)