Module Make.WithPos

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

type t = {
clause : clause;
pos : Logtk.Position.t;
term : Logtk.Term.t;
}
val compare : t -> t -> int
val pp : t CCFormat.printer