Flow port
See original GitHub issueFlow offers things like $Call
which have been a bottleneck for me so far. I should finish up my flow
branch to get things up to parity. I’m not actually good at Flow so help welcome!
edit: I should check type-at-pos
to find the inferred types.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:21 (9 by maintainers)
Top Results From Across the Web
Flow Port
Welcome to Flow Port, your portal to the decentralized world of Flow. Sign in or sign up to access your Flow account, interact...
Read more >Flow Port is Here
Your portal to the decentralized world of Flow is here. We are excited to announce that Flow Port is now available.
Read more >Flow Port - No Magic Documentation
A Flow Port is a port that specifies the input and output items that can flow between a Block and its environment. Flow...
Read more >Flow port (SysML item) - PTC Support
A Flow Port specifies the input and output items that may flow between a Block and its environment. Flow Ports are interaction points...
Read more >Flow ports - IBM
Flow ports allow you to represent the flow of data between objects in an object model diagram, without defining events and operations. Flow...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@goodmind: you’re not far off! it has two use-cases:
map
on tuples / heterogeneous objects (both already covered in Flow utilities), as well as for e.g. function composition and currying.This is why I was kinda sad they gave us conditional types instead of
$Call
, as it means the second use-case is likely still gonna remain pretty far off. And since those are pretty vital for FP libs like Ramda, that’s why I’d feel more optimistic about Flow at this point.whoa, that’s pretty nice! It’s felt like the TS team has been fairly swamped with stuff, though at least recently Ramda got some attention there as it was the only typing repo convoluted enough to break on their recent changes. 😂