Skip to content

Commit d779c42

Browse files
authored
Further restrict 'strongly-unique' predicate (#499)
1 parent c261e8b commit d779c42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

design/mvp/Explainer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,8 +2465,9 @@ To determine whether two names (defined as sequences of [Unicode Scalar
24652465
Values]) are **strongly-unique**:
24662466
* If one name is `l` and the other name is `[constructor]l` (for the same
24672467
`label` `l`), they *are* strongly-unique.
2468-
* If one name is `l` and the other name is `[method]l.l` (for the same
2469-
`label` `l`), they *are not* strongly-unique.
2468+
* If one name is `l` and the other name is `[*]l.l` (for the same
2469+
`label` `l` and any annotation `*` with a dotted `l.l` name), they *are
2470+
not* strongly-unique.
24702471
* Otherwise:
24712472
* Lowercase all the `acronym`s (uppercase letters) in both names.
24722473
* Strip any `[...]` annotation prefix from both names.

0 commit comments

Comments
 (0)