Module Range.Or_empty

type nonrec 'a t =
  1. | Non_empty of 'a t
  2. | Empty