Since `funOne()` returns `Left` the following oper...
# functional
s
Since
funOne()
returns
Left
the following operation will never be executed. In other words the operation chain will be short circuited whenever an error occurs and you can thus deal with your error on the edge of your system in whatever way desired.