Join Slack
Communities
Powered by
For that type we can write a function `fun <A, ...
# arrow
s
simon.vergauwen
04/20/2019, 8:39 AM
For that type we can write a function
fun <A, B> OptionOf<A>.map(f: (A) -> B): Option<B>
by applying generic params to it in the function itself
Open in Slack
Previous
Next