Module Usage_logs

module Diff : sig ... end
val write : Yojson.Safe.t -> unit
type small_loc = {
  1. start_line : int;
  2. start_col : int;
  3. end_line : int;
  4. end_col : int;
}
val small_loc_to_yojson : small_loc -> Yojson.Safe.t
val small_loc_of_yojson : Yojson.Safe.t -> small_loc Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> small_loc Ppx_deriving_yojson_runtime.error_or
module Event : sig ... end
module Debug : sig ... end
module Lsp : sig ... end