package links

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