X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmetadata%2FmetadataTypes.mli;h=d775fc587ecbda4b0fe6df3dedf531d969eb9879;hb=f693e2de79c1a95422a5efd22acbcea5003eeaba;hp=1a346595faff0b63b12ba95cec268ec7b61271a5;hpb=87e64c10c39f0adf135ee3633b04b40c1a248825;p=helm.git diff --git a/helm/ocaml/metadata/metadataTypes.mli b/helm/ocaml/metadata/metadataTypes.mli index 1a346595f..d775fc587 100644 --- a/helm/ocaml/metadata/metadataTypes.mli +++ b/helm/ocaml/metadata/metadataTypes.mli @@ -57,13 +57,20 @@ type constr = 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 owners_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 ownerize_tables : string -> unit +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