C
C#2y ago
LukeJ

✅ Type shown that isn't present

I'm having a bit of a tough time using a generic method I have, so looked at it's signature to try do it piece by piece. I noticed it shows type 'a AND 'b, but 'b doesn't exist anywhere. What's going on here? Is 'b the tuple contained in 'a and it just doesn't say it, or is it something else?
2 Replies
333fred
333fred2y ago
That looks like a bug. Please report it to the dotnet/roslyn github repo
Accord
Accord2y ago
Closed!