Module SrkUtil.Int.I

module I: sig .. end

type t = int 
val pp : Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : 'a -> int
val equal : 'a -> 'a -> bool