Replies: 1 comment 2 replies
-
https://rlee.dev/practical-guide-to-fp-ts-part-1 I recommend starting with pipe, and sooner or later, you will see that some pipes can be replaced with the flow for the more concise code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I learned the basics of fp from Dr boolean mostly adequate. There compose is defined and pipe can be derived from it. But in every place it is just a flipped compose.
What is the difference here with pipe and flow?
Beta Was this translation helpful? Give feedback.
All reactions