Hacker News new | ask | show | jobs
by gmfawcett 728 days ago
I think some of the confusion is because you're referring to the type variables as parameters. Parameters and type variables are not the same thing. A is a type variable, X is a parameter in your example.