In another question , I got the type value A => => B
. What does it mean?
I always had to understand that it => A
’s actually not a type, but the way in which you can declare an argument to work with semantics by name. But if it is not a type, what does it mean A => => B
?
source
share