Module ViolationSequence.Branching

include module type of struct include Assumption end
type t = Assumption.t = {
  1. location : Location.t;
  2. action : string;
  3. constraint_ : Constraint.t;
}
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