]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/librarySync.mli
Serious bug fixed: arities of coercions in the .moo files were not computed
[helm.git] / components / library / librarySync.mli
index a836dfd5788df205ac27ffd35ef539bd80dc05f0..96e9231009b58cb4b7df425d6eee90db73f073fa 100644 (file)
@@ -49,7 +49,7 @@ val add_coercion:
   add_composites:bool -> 
   RefinementTool.kit -> UriManager.uri -> int (* arity *) ->
    string (* baseuri *) ->
-    UriManager.uri list
+    (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 *)