so if I have `val x = just(1); val y = 2;` I can j...
# arrow
j
so if I have
val x = just(1); val y = 2;
I can just do
x + y
?