If you are familiar with for comprehensions then t...
# arrow
r
If you are familiar with for comprehensions then that is the same, the val on the left is the bound biased right value of either. It short circuits if a Left out of the binding block. It allows you to compute over Either ignoring the Left case until you are ready to deal with it at some other point in your program.