package links

  1. Overview
  2. Docs
type db = t
type t = {
  1. table : string;
  2. columns : string list;
  3. values : Links_lens__.Phrase_value.t list list;
  4. db : db;
}
val fmt : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.