This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Questions about \/ and Validation | |
object scalaz { | |
/* | |
Thanks for the great explanation, Tony. This explanation as well as the answers | |
that came back from Runar and Mark nudged my thinking in a different direction. | |
The feeling I get is that there's a monad inside of Validation trying to get out. | |
It looks like Validation would be monadic just from its shape, and users seem to | |
want to use them in for expressions. I now see that a Validation monad would need |