Module ViolationSequence.FunctionEnter

include module type of struct include Target end
type t = Target.t = {
  1. location : Location.t;
  2. action : string;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yaml' : t -> (string * [> `O of (string * [> `Float of float | `String of string ]) list | `String of string ]) list
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result
val waypoint_type : string