sig
  val find : f:('-> bool) -> 'Extlib.ExtArray.Array.t -> 'a option
  val findi : f:('-> bool) -> 'Extlib.ExtArray.Array.t -> int option
end