jabz icon indicating copy to clipboard operation
jabz copied to clipboard

Foldable findLast does not work seamlessly

Open limemloh opened this issue 7 years ago • 0 comments

The following code

findLast(a => a < 3, [1,2,3,4]);

makes typescript throw this error: Property 'foldr' is missing in type 'number[]'.

limemloh avatar May 04 '17 10:05 limemloh