Functors: Identity, Composition, and fmap March 26, 2025 An introduction to Functors in Haskell, exploring how fmap allows function application within wrapped contexts like Maybe and lists.
Largest product in a series February 7, 2025 A short note on my haskell solution to Project Euler's problem 8