For that type we can write a function `fun <A, ...
# arrow
s
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