Skip to main content
Module Lattices.Unsigned_Interval
val compare : (Z.t * Z.t) -> (Z.t * Z.t) -> intval equal : (Z.t * Z.t) -> (Z.t * Z.t) -> boolval hash : (Z.t * Z.t) -> intval join : size:'a -> (Z.t * Z.t) -> (Z.t * Z.t) -> Z.t * Z.tval inter : size:'a -> (Z.t * Z.t) -> (Z.t * Z.t) -> Z.t * Z.tval bottom : size:'a -> Z.t * Z.tval includes : size:'a -> (Z.t * Z.t) -> (Z.t * Z.t) -> boolval pretty : size:'a -> Stdlib.Format.formatter -> (Z.t * Z.t) -> unitval top : size:int -> Z.t * Z.t