Module Int.Constraint

type t

The type for integer range constraints.

val v : ?min:int -> ?max:int -> ?exact:int -> ?ideal:int -> unit -> t