mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-03-12 03:47:08 +00:00
type_check_visitor part
This commit is contained in:
parent
d13faf104d
commit
94ef8702fb
11 changed files with 496 additions and 288 deletions
|
|
@ -101,8 +101,7 @@ private:
|
|||
|
||||
// Typeclass
|
||||
|
||||
void Visit(TypeclassExpression* node) override;
|
||||
// // void Visit(ParametrizedTypeclass* node) override;
|
||||
void Visit(ParametrizedTypeclass* node) override;
|
||||
|
||||
// Typeclass & Type
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue