]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/metadataPp.mli
single INSERT on multiple tuples
[helm.git] / helm / ocaml / metadata / metadataPp.mli
index bd37a99595e6fc1c3182df322fb3cde220828158..39ccd6c3261bb99637e5f359ea675d45ede698c1 100644 (file)
@@ -36,14 +36,8 @@ type t =
   | `String of string
   | `Null ]
 
-  (** @param about uri of object whose metadata are about
-  * @return columns for Sort, Rel, and Obj respectively *)
-val columns_of_metadata:
-  about:string -> MetadataTypes.metadata list ->
-    t list list * t list list * t list list
-
   (** @return columns for Sort, Rel, and Obj respectively *)
-val columns_of_ind_metadata:
+val columns_of_metadata:
   (string * string * MetadataTypes.metadata list) list ->
     t list list * t list list * t list list