mirror of
https://github.com/ProgramSnail/lang_modes_check.git
synced 2025-12-06 00:58:42 +00:00
type checker arrow type fix and type check test
This commit is contained in:
parent
ec04e05b7b
commit
8ca733934f
3 changed files with 57 additions and 8 deletions
|
|
@ -231,7 +231,7 @@ struct Storage {
|
|||
}
|
||||
}
|
||||
|
||||
private:
|
||||
// private: // TODO: temporary, to beautify type checker output
|
||||
size_t first_unused_generic_id = 0;
|
||||
|
||||
vector<Type> types;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue