Tagged Questions
1
vote
1answer
153 views
Continuations and implicit conversions
I was experimenting with continuations, and I came across a case that seems to suggest that @cpsParam thwarts implicit conversions.
I have
def v: T @cpsParam[Unit, Unit]
// ...and then later
v ...