Changeset d3d54b3 for src/AST/Type.hpp
- Timestamp:
- Feb 5, 2025, 1:45:29 PM (11 months ago)
- Branches:
- master
- Children:
- ab94c37
- Parents:
- 92aeae1
- File:
-
- 1 edited
-
src/AST/Type.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Type.hpp
r92aeae1 rd3d54b3 344 344 struct TypeEnvKey; 345 345 346 /// instance of named type alias (typedef or variable)346 /// instance of named type alias (typedef, variable, or even, just after parsing, the name of a struct) 347 347 class TypeInstType final : public BaseInstType { 348 348 public:
Note:
See TracChangeset
for help on using the changeset viewer.