]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/metadataTypes.mli
cosmetic changes
[helm.git] / helm / ocaml / metadata / metadataTypes.mli
index 2914e97db091a725c883ceb7fb8b17bd923607f8..86f0df6ece47411f9e57d0d6502549384030641d 100644 (file)
@@ -57,13 +57,14 @@ 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 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 ownerize_tables : string -> unit
-