Module Lang.With_range

type 'a t = {
  1. range : Range.t;
  2. v : 'a;
}