In another question I ended up with a value of type A => => B
. What does this mean?
I've always been led to understand that => A
is not actually a type, but a way an argument can be declared to work with call-by-name semantics. But if it's not a type, what does A => => B
mean?