one problem i have with optionals is the conflict ...
# random
d
one problem i have with optionals is the conflict when
null
is a valid value. i find myself wanting a
Maybe
wrapper to distinguish
Maybe.None
vs
Maybe.Just(null)