Domains.IntervalRepresents the unsigned fixed-width integer interval between min and max, with stride fixed bits.
include S with type t := tval pp : Format.formatter -> t -> unitdisjoint ~size t t' returns true if the intersection between t and t' is empty.
inter ~size t t' returns the intersection of the intervals t and t'.
val project : size:int -> t -> projectionval top : int -> tval zero : tval one : tval zeros : int -> tval ones : int -> t