GADTs for Type-Level Domain Logic May 7, 2025 Using Generalized Algebraic Data Types (GADTs) in Haskell to encode domain-specific rules and state transitions.
Composable Parsers with Attoparsec May 6, 2025 Using Attoparsec in Haskell to create efficient and composable parsers for structured text data.
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