if it may throw you should use `effect` and not `l...
# arrow
r
if it may throw you should use
effect
and not
later
.
later
is for non effectual pure expressions that wish to be delayed.
☝️ 1