Module C.WithPos

Clause within which a subterm (and its position) are highlighted

type t = {
  1. clause : clause;
  2. pos : Logtk.Position.t;
  3. term : Logtk.Term.t;
}
val compare : t -> t -> int