X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FlibrarySync.mli;h=13a6479bd6c1a312550b5e197c995e3bd267841f;hb=2b53a3735b2a6130726e0a0451993cd679fd5935;hp=9dd3f5c3c55d687386f3387504eb3d828e185c28;hpb=5c1b44dfefa085fbb56e23047652d3650be9d855;p=helm.git diff --git a/helm/software/components/library/librarySync.mli b/helm/software/components/library/librarySync.mli index 9dd3f5c3c..13a6479bd 100644 --- a/helm/software/components/library/librarySync.mli +++ b/helm/software/components/library/librarySync.mli @@ -51,7 +51,7 @@ val add_coercion: add_composites:bool -> RefinementTool.kit -> UriManager.uri -> int (* arity *) -> int (* saturations *) -> string (* baseuri *) -> - (UriManager.uri * int * int) list (* URI, arity, saturations *) + (UriManager.uri * int * int * int) list (* URI, arity, saturations, cpos *) (* inverse of add_coercion, removes both the eventually created composite *) (* coercions and the information that [uri] and the composites are coercion *)