package links

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

Innovation. Community. Security.