You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// $ExpectError Argument of type '(string | number)[]' is not assignable to parameter of type 'number[] | Maybe<number> | Foldable<number> | StrMap<number> | Either<{}, number>'.
12
+
// $ExpectType number
13
13
reduce(add)(0)([1,'foo',3]);
14
14
15
15
// TODO: Placeholder tests, foldable tests, curried version tests, type error tests
0 commit comments