uncomment the last function returning `Left` to ob...
# arrow
r
uncomment the last function returning
Left
to observe how it shortcircuits and gives you at the end the
Left
instead of
Right(3)