package verdict

  1. Overview
  2. Docs

Module Verdict.ModelSource

Sourcetype t = {
  1. name : string;
  2. description : string;
  3. release_date : string;
}
Sourceval list_of_yojson : Yojson.Safe.t -> (t list, Error.t) result