X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FlibrarySync.mli;h=980e4724a990de49ba049a97c7b6bcf3ca2c3f5c;hb=6ad533c972e6c9e9db53f38f972e7c0792160f2e;hp=a836dfd5788df205ac27ffd35ef539bd80dc05f0;hpb=d7227b93729c13636d297b959b7d8c178dfe3aaf;p=helm.git diff --git a/components/library/librarySync.mli b/components/library/librarySync.mli index a836dfd57..980e4724a 100644 --- a/components/library/librarySync.mli +++ b/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 list + 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 *)