X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmetadata%2FmetadataTypes.mli;h=d775fc587ecbda4b0fe6df3dedf531d969eb9879;hb=f693e2de79c1a95422a5efd22acbcea5003eeaba;hp=c471d167a48014c6cad61a58ba63e28091d80dd0;hpb=d9d4c27ae122d5c413b0e9479de98042e060cea5;p=helm.git diff --git a/helm/ocaml/metadata/metadataTypes.mli b/helm/ocaml/metadata/metadataTypes.mli index c471d167a..d775fc587 100644 --- a/helm/ocaml/metadata/metadataTypes.mli +++ b/helm/ocaml/metadata/metadataTypes.mli @@ -60,18 +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_conclno_tbl: string -val library_conclno_hyp_tbl: string val library_name_tbl: string +val library_count_tbl: string