Module Base.VersionedTextDocumentSource

Sourcetype t = {
  1. uri : string;
  2. version : int;
}
Sourceval to_yojson : t -> Yojson.Safe.t