jabz
jabz copied to clipboard
Foldable findLast does not work seamlessly
The following code
findLast(a => a < 3, [1,2,3,4]);
makes typescript throw this error:
Property 'foldr' is missing in type 'number[]'.