Domain Modelling with Haskell: Factoring Out Recursion
In the final part of the “Domain Modelling with Haskell” series we factor out recursion from the Project data type, and use Fixplate to traverse the tree and accumulate reports. Although a highly flexible and powerful technique, it should not be employed prematurely due to its more advanced nature. Show Notes Welcome to Haskell at …
Domain Modelling with Haskell: Factoring Out Recursion Read More »