Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug TyTy::SubstitutionRef::needs_substitution #326

Merged
merged 1 commit into from Mar 31, 2021

Conversation

philberty
Copy link
Member

When we have Types capable of type substitution it only needs substituted
if it was not already substituted and it actually has substitutions defined

Fixes #311

When we have Types capable of type substitution it only needs substituted
if it was not already substituted and it actually has substitutions defined

Fixes #311
@philberty philberty added the bug label Mar 31, 2021
@philberty philberty self-assigned this Mar 31, 2021
@philberty philberty added this to In progress in Data Structures 2 - Generics via automation Mar 31, 2021
@philberty philberty moved this from In progress to Review in progress in Data Structures 2 - Generics Mar 31, 2021
@philberty philberty merged commit 4aa5396 into master Mar 31, 2021
Data Structures 2 - Generics automation moved this from Review in progress to Done Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Support already aubstituted types with Impl blocks
1 participant