DEV Community

Discussion on: Getting started with fp-ts: Monad

Collapse
 
markamccann profile image
markamccann

Thank you so much! After working through your series of blogs, I feel like I understand Monads, Functors and all of the related concepts for the first time. Even though doing this in TypeScript rather than JavaScript seems more complicated at first glance, it actually helped me understand what is really going on due to the natural mapping of Category theory to TS's type system.