export declare function array_equal(xs: Array, ys: Array, eq: (x: A, y: A) => boolean): boolean;