Seeking constructive criticism on monad implementation
Stylistically this is very nice. In the real world, I would expect a 60% chance of this notation instead of the one you gave: C x c >>= f = C (value $ f x) (c + 1) But that is so minor it is hardly worth mentioning. On a more serious note, not stylistic … Read more