Scalaz provides type classes and purely functional data structures for Scala
I'm trying to find the 'right' actor implementation. I realized there is a bunch of them and it's a bit …
Having (Some(1), Some(2)) I expect to get Some((1, 2)) and having (Some(1), None) I expect to get None