mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-25 13:07:13 +00:00
type_constructor_pattern fix
This commit is contained in:
parent
6e986f9a33
commit
c31b20fa24
5 changed files with 30642 additions and 30617 deletions
|
|
@ -382,7 +382,7 @@ struct TypeConstructorPatternParameter {
|
|||
};
|
||||
|
||||
struct TypeConstructorPattern {
|
||||
TypeIdentifier constructor;
|
||||
std::unique_ptr<TypeExpression> constructor;
|
||||
std::vector<TypeConstructorPatternParameter> parameters;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue