Module JFleche.CompletionStatusSource

Coq-lsp-specific

Sourcetype t = {
  1. status : [ `Yes | `Stopped | `Failed ];
  2. range : Lang.Range.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t