X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FlibrarySync.mli;h=b29a0aa0342b33442b57272f144556029cc24d46;hb=cbf47ddef11207628a9838973a192566e1e60ba7;hp=e9f2bd0369ee45b9df98a984985f64184f1a4291;hpb=6f0fca547fdd3f4b57cee75d360262dc910f8854;p=helm.git diff --git a/components/library/librarySync.mli b/components/library/librarySync.mli index e9f2bd036..b29a0aa03 100644 --- a/components/library/librarySync.mli +++ b/components/library/librarySync.mli @@ -33,7 +33,7 @@ val build_inversion_principle: (UriManager.uri-> Cic.obj -> (UriManager.uri * Ci (* it returns the list of the uris of the auxiliary lemmas generated *) val add_obj: RefinementTool.kit -> - UriManager.uri -> Cic.obj -> basedir:string -> + UriManager.uri -> Cic.obj -> UriManager.uri list (* inverse of add_obj; *) @@ -46,7 +46,7 @@ val remove_obj: UriManager.uri -> unit (* is true are added to the library. *) (* The list of added objects is returned. *) val add_coercion: - basedir:string -> add_composites:bool -> + add_composites:bool -> RefinementTool.kit -> UriManager.uri -> UriManager.uri list