Code reuse with transducers in ReasonML - Part 1
Transducers may seem hard at first, but in practice you can pretty much ignore the implementation details and reap their benefits. In this post we’ll refactor some code and make it reusable, overcoming some limitations in the ReasonML language. The...