Module Premise.InfoSource

Sourcetype t = Petanque.Agent.Premise.Info.t = {
  1. kind : string;
  2. range : Lang.Range.t option;
  3. offset : int * int;
  4. raw_text : (string, string) Result.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
Sourceval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or