package links

  1. Overview
  2. Docs
type db = t
type t = {
  1. table : string;
  2. predicate : Phrase.Option.t;
  3. db : db;
}
val fmt : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.