]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/libraryDb.mli
new compose tactic, still undocumented.
[helm.git] / helm / software / components / library / libraryDb.mli
index 39aa7c07976af7c7cdcf29ae67adb9860e16d23a..ce653795a748f865a1323c7dfcffed6990849e93 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-val instance: unit -> HMysql.dbd
+val instance: unit -> HSql.dbd
 
 val create_owner_environment: unit -> unit
 val clean_owner_environment: unit -> unit
 
-(* returns a list of uri thet must be removed sice they reference uri,
- * but this is used only for debugging purposes *)
-val remove_uri: UriManager.uri -> string list
+val remove_uri: UriManager.uri -> unit
 val xpointers_of_ind: UriManager.uri -> UriManager.uri list