305
Ok, at some point we made a big mistake.
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Agree. What I linked provides core type support for that library. The pipe one is just a bunch of overloads to support a specific way of handling function composition to appease the TypeScript type checker.
There are a lot of typing hacks in that library to simulate higher kinded types.