The following code ``` ts findLast(a => a < 3, [1,2,3,4]); ``` makes typescript throw this error: `Property 'foldr' is missing in type 'number[]'.`