type_constructor_pattern fix

This commit is contained in:
ProgramSnail 2023-04-29 09:33:59 +03:00
parent 6e986f9a33
commit c31b20fa24
5 changed files with 30642 additions and 30617 deletions

View file

@ -382,7 +382,7 @@ struct TypeConstructorPatternParameter {
};
struct TypeConstructorPattern {
TypeIdentifier constructor;
std::unique_ptr<TypeExpression> constructor;
std::vector<TypeConstructorPatternParameter> parameters;
};