Join Slack
Powered by
in typeclasses functor docs, why isn't `Some(1)` ...
# arrow
a
aeruhxi
01/24/2018, 5:34 AM
in typeclasses functor docs, why isn't
Some(1)
used instead of
Option(1)
in
optionFunctor.map(Option(1), { it + 1 })
?
Open in Slack
Previous
Next