when to use CPS vs codensity vs reflection without remorse in Haskell
This problem can be broken into two pieces, how you represent the data type and how you compose them together. Data types The styles you listed use only 2 styles of data types, the “normal” style and the continuation passing style. They differ in which objects are chosen as the primitives of the language. In … Read more