Module type Sort.Sort

val sort : 'a t -> compare:('a -> 'a -> int) -> left:int -> right:int -> unit