Domain Modelling with Haskell: Accumulating with WriterT
This is the third episode in the short series on Domain Modelling with Haskell. Now our hypothetical customer requires reporting not only at the level of individual projects, but also on the project group level. Our previous solution using Traversable and Foldable won’t help us much, so we use explicit recursion and the WriterT monad …
Domain Modelling with Haskell: Accumulating with WriterT Read More »