Join Slack
Powered by
map to `Unit`, not `Nothing`. `Nothing` is a type...
# arrow
b
Bob Glamm
04/30/2020, 5:33 PM
map to
Unit
, not
Nothing
.
Nothing
is a type that contains zero values, so it is impossible to map to.
Unit
is the type that contains exactly one value, by convention labeled
Unit
or
()
3
Views
Open in Slack
Previous
Next