Skip to content

Commit bb2611e

Browse files
Update type-system.md
1 parent 9602466 commit bb2611e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $$application \quad \frac{\Gamma\vdash f : A\to B \space + C\to D \space + \spac
6363

6464
There is a slight distinction made between standard unification and specialization.
6565
We say that specialization chooses "the most specific" candidate, but what does that really mean?
66-
We might think that this is just deepest subtype, but that would be wrong.
66+
We might think that specialization is just the deepest subtype, but that would be wrong.
6767

6868
When we have two candidates such as `x -> x` and it's specialized version `A -> A`, we obviously want to choose the specialized version.
6969
However, in standard subtyping relations, the parametric version is the subtype.

0 commit comments

Comments
 (0)