]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/librarySync.mli
Huge commit for the release. Includes:
[helm.git] / components / library / librarySync.mli
index e9f2bd0369ee45b9df98a984985f64184f1a4291..b29a0aa0342b33442b57272f144556029cc24d46 100644 (file)
@@ -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