Module GhostInstrumentation.LocationUpdate

type t = {
  1. location : Location.t;
  2. updates : Update.t list;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val to_yaml : t -> [> `O of (string * [> `A of [> `O of (string * [> `String of string ]) list ] list | `O of (string * [> `Float of float | `String of string ]) list ]) list ]
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result