File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ $$abstraction \quad \frac{\Gamma\vdash a:A \quad \Gamma\vdash b:B \quad \Gamma\v
59
59
$$ application \quad \frac{\Gamma\vdash f : A\to B \space + C\to D \space + \space X\to Y \quad \Gamma\vdash x:A\space + \space C \quad f(x)}{\Gamma\vdash f(x):B\space + \space D} $$
60
60
</div >
61
61
62
- ### Specialization vs Standard Unification
62
+ ### Specialization vs Subtyping
63
63
64
- There is a slight distinction made between standard unification and specialization.
64
+ There is a slight distinction made between subtyping and specialization.
65
65
We say that specialization chooses "the most specific" candidate, but what does that really mean?
66
66
We might think that specialization is just the deepest subtype, but that would be wrong.
67
67
You can’t perform that action at this time.
0 commit comments