X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FlibrarySync.mli;h=96e9231009b58cb4b7df425d6eee90db73f073fa;hb=24271ddeeb5b5d508b411605a852f8fe1de2f32b;hp=06b1010ab500e05cd43aa0bbe1a8c08e6724de3e;hpb=2499f5fdcf4dbfecc6f4fafe925b24ae76f14be8;p=helm.git diff --git a/components/library/librarySync.mli b/components/library/librarySync.mli index 06b1010ab..96e923100 100644 --- a/components/library/librarySync.mli +++ b/components/library/librarySync.mli @@ -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 *)