Module ViolationSequence.WaypointType

type t =
  1. | Assumption of Assumption.t
  2. | Target of Target.t
  3. | FunctionEnter of FunctionEnter.t
  4. | FunctionReturn of FunctionReturn.t
  5. | Branching of Branching.t
val compare : t -> t -> Ppx_deriving_runtime.int
val waypoint_type : t -> string
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