Join Slack
Powered by
I have a question on the code snippet above. I am ...
# arrow
h
heyitsmohit
01/14/2018, 1:58 AM
I have a question on the code snippet above. I am getting a type inference error, because
map
returns
HK<OptionHK, Profile>
and it is excepting
Option<Profile>
. This code snippet above was taken from the documentation. How do I get it to work?
-.kt
Open in Slack
Previous
Next