Modular Pure Functions With Typescript Generics
Intro
So I've recently been experimenting with functional programming, and being a typescript fanatic, I was naturally drawn to fp-ts.
A key thing with functional programming is the idea of data pipelines, a series of pure functions that transform th...