shouldn’t the `else` of a `when` include all possi...
# getting-started
o
shouldn’t the
else
of a
when
include all possible values of the variable that are not mentioned in the when?
d
Correct,
else
applies if no other branch of the
when
matches.