X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmetadata%2FmetadataTypes.mli;h=b20c8ce147dca4eabab50f7f473ac477eb00448e;hb=0aaed6f96b856d1181a3cd1f2ef3ea4a91990771;hp=86f0df6ece47411f9e57d0d6502549384030641d;hpb=4c4d129e76feb5a393d4fed36a55300f7ef13534;p=helm.git diff --git a/helm/ocaml/metadata/metadataTypes.mli b/helm/ocaml/metadata/metadataTypes.mli index 86f0df6ec..b20c8ce14 100644 --- a/helm/ocaml/metadata/metadataTypes.mli +++ b/helm/ocaml/metadata/metadataTypes.mli @@ -60,6 +60,7 @@ 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 @@ -68,3 +69,10 @@ val conclno_tbl: unit -> string val conclno_hyp_tbl: unit -> string val name_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 +