Module Mapred_sort


module Mapred_sort: sig .. end

val merge_sort : (int -> int -> int) -> int array -> unit