X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FlibrarySync.mli;h=980e4724a990de49ba049a97c7b6bcf3ca2c3f5c;hb=4941c45d05f0708774f614a89c1dbaf3ec171c52;hp=96e9231009b58cb4b7df425d6eee90db73f073fa;hpb=686ad41d7c9431094c12dae0fa6b84a898c38e84;p=helm.git diff --git a/helm/software/components/library/librarySync.mli b/helm/software/components/library/librarySync.mli index 96e923100..980e4724a 100644 --- a/helm/software/components/library/librarySync.mli +++ b/helm/software/components/library/librarySync.mli @@ -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 * int) list (* URI and 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 *)