`Unit?` is either `null` or `Unit`, it can’t tell ...
# announcements
o
Unit?
is either
null
or
Unit
, it can’t tell from your code. You can just use
Unit
as the last expression. Or
null
, depending on what you need.