module Array: sig .. end
sig
end
val exists2 : ('a -> 'b -> bool) -> 'a array -> 'b array -> bool
('a -> 'b -> bool) -> 'a array -> 'b array -> bool