-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support indirect subtype chains in possibleTypes.
In principle, the subtypes found in the possibleTypes map could have subtypes of their own! Instead of ignoring this possibility, we should embrace it fully and efficiently. Subtype indirection is not necessarily a mistake, since defining an abstract type once and then referring to it by name in multiple other places tends to be more space-efficient than inlining all the concrete subtypes into every possibleTypes array.
- Loading branch information
Showing
2 changed files
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters