| http://www.w3.org/ns/prov#value | - Upvoted for the work-around, and I agree, it does seem like it should work in its original form, especially as I point out in my comment to Daniel that for(a <- Some(List(1,2)); b <- a){println(b)} works exactly as you would expect, namely, b evals to the underlying Ints.
|