Module Import0.Int32_replace_polymorphic_compare
val (<) : Int32.t -> Int32.t -> boolval (<=) : Int32.t -> Int32.t -> boolval (<>) : Int32.t -> Int32.t -> boolval (=) : Int32.t -> Int32.t -> boolval (>) : Int32.t -> Int32.t -> boolval (>=) : Int32.t -> Int32.t -> boolval ascending : Int32.t -> Int32.t -> intval descending : Int32.t -> Int32.t -> intval compare : Int32.t -> Int32.t -> intval equal : Int32.t -> Int32.t -> boolval max : Int32.t -> Int32.t -> Int32.tval min : Int32.t -> Int32.t -> Int32.t