when a function returns `Unit`, it doesn't need to...
# announcements
h
when a function returns
Unit
, it doesn't need to return anything. So if a parameter type is
Unit
, is there a way to avoid passing in anything?