Module Display_util_internal.Line_pair

type t =
| Same of Line.t
| Different of Line.t * Line.t
val fst : t -> Line.t
val snd : t -> Line.t