]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/metadataTypes.mli
added extractor_manager
[helm.git] / helm / ocaml / metadata / metadataTypes.mli
index 86f0df6ece47411f9e57d0d6502549384030641d..d775fc587ecbda4b0fe6df3dedf531d969eb9879 100644 (file)
@@ -60,11 +60,17 @@ val constr_of_metadata: metadata -> constr
   (** invoke this function to set the current owner. Afterwards the functions
   * below will return the name of the table of the set owner *)
 val ownerize_tables : string -> unit
+val are_tables_ownerized : unit -> bool
 
 val sort_tbl: unit -> string  
 val rel_tbl: unit -> string
 val obj_tbl: unit -> string
-val conclno_tbl: unit -> string
-val conclno_hyp_tbl: unit -> string
 val name_tbl: unit -> string
+val count_tbl: unit -> string
+
+val library_sort_tbl:  string  
+val library_rel_tbl:  string
+val library_obj_tbl:  string
+val library_name_tbl:  string
+val library_count_tbl: string