Module Jasmin.IntervalSource

Sourcetype interval = {
  1. min : int;
  2. max : int;
}
Sourceval size : t -> int
Sourceval pp_interval : ?closed:bool -> Format.formatter -> t -> unit