How to disambiguates the call to `f`?
Consider the following code:
What do I pass to
f
as the parameter? Named trait instance can be helpful here.1 Reply
Something like
f[A](s)
would be good!