Up

module Plain_diff

: sig
#
val iter_matches : f:(int * int -> unit) -> 'a array -> 'a array -> unit
end