Module Import.Int64_replace_polymorphic_compare
val (<) : Int64.t -> Int64.t -> boolval (<=) : Int64.t -> Int64.t -> boolval (<>) : Int64.t -> Int64.t -> boolval (=) : Int64.t -> Int64.t -> boolval (>) : Int64.t -> Int64.t -> boolval (>=) : Int64.t -> Int64.t -> boolval ascending : Int64.t -> Int64.t -> intval descending : Int64.t -> Int64.t -> intval compare : Int64.t -> Int64.t -> intval equal : Int64.t -> Int64.t -> boolval max : Int64.t -> Int64.t -> Int64.tval min : Int64.t -> Int64.t -> Int64.t