]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/librarySync.mli
We add a binary for computing the "heights" of helm objects
[helm.git] / helm / software / components / library / librarySync.mli
index 06b1010ab500e05cd43aa0bbe1a8c08e6724de3e..96e9231009b58cb4b7df425d6eee90db73f073fa 100644 (file)
@@ -48,7 +48,8 @@ val remove_obj: UriManager.uri -> unit
 val add_coercion: 
   add_composites:bool -> 
   RefinementTool.kit -> UriManager.uri -> int (* arity *) ->
-    UriManager.uri list
+   string (* baseuri *) ->
+    (UriManager.uri * int) list (* URI and arity *)
 
 (* inverse of add_coercion, removes both the eventually created composite   *)
 (* coercions and the information that [uri] and the composites are coercion *)