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
The functions zip, zipItems, snapshot, slice, scan, loop and combine all have invalid TypeScript definitions when using partial application. We'll want to use the same techniques describe in #288 to correct all our definitions.
The text was updated successfully, but these errors were encountered:
The same seems to be true for flow defs. I think the same "tree" technique we chatted about will work for both TS and Flow.
TylorS
changed the title
TypeScript Definitions incomplete for partial application
TypeScript & Flow Definitions incomplete for partial application
Jun 17, 2019
The functions
zip
,zipItems
,snapshot
,slice
,scan
,loop
andcombine
all have invalid TypeScript definitions when using partial application. We'll want to use the same techniques describe in #288 to correct all our definitions.The text was updated successfully, but these errors were encountered: