Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I tried the (processX, processY, processZ) map { (x, y, z) => ... } but it doesn't compile for me. Is it a feature of scalaz7 to have this mapping of TupleX[Validation, ...]? Commented Aug 30, 2012 at 20:57
  • I don't think Josh was referring to scalaz at all. I'll point him to this thread.
    – Mike Slinn
    Commented Aug 31, 2012 at 5:26
  • 1
    Yeah, my post is more basic, not specific to Scalaz. I was using SBT's applicative syntax with the concepts in Scalaz. Here's a decent introductoin: github.com/bartschuller/scalaz-validation-example
    – jsuereth
    Commented Aug 31, 2012 at 14:16