Commits

Joe Groff committed 9f12e2e4a40
Enable same-type concrete constraints, e.g. <T: P where T.Assoc == Int> Let ArchetypeType nested types and PotentialArchetypes be bound to concrete types in addition to archetypes. Constraints to outer context archetypes still suffer type-checker issues, but constraints to true concrete types should work now. Swift SVN r14832