I have a question on the code snippet above. I am ...
# arrow
h
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?