Module Memtrace_viewer_common.Range

module Bound : sig ... end
type 'a t = {
  1. lower_bound : 'a Bound.t;
  2. upper_bound : 'a Bound.t;
}
module Or_empty : sig ... end
module type Point = sig ... end
module type S = sig ... end
module Make (Point : Point) : S with module Point = Point
module Byte_units : S with type Point.t = Core.Byte_units.t