X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FlibrarySync.mli;h=96e9231009b58cb4b7df425d6eee90db73f073fa;hb=b3fe1b05014341773ab30cf14fdffa8a7e2f298c;hp=61e2b2515ae9ba36837b142427cfd508b12014a5;hpb=be16471f978380deb789b3b70c92d998addbb350;p=helm.git diff --git a/components/library/librarySync.mli b/components/library/librarySync.mli index 61e2b2515..96e923100 100644 --- a/components/library/librarySync.mli +++ b/components/library/librarySync.mli @@ -47,8 +47,9 @@ val remove_obj: UriManager.uri -> unit (* The list of added objects is returned. *) val add_coercion: add_composites:bool -> - RefinementTool.kit -> UriManager.uri -> - UriManager.uri list + RefinementTool.kit -> UriManager.uri -> int (* arity *) -> + 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 *)