Changeset b230091 for src/ResolvExpr
- Timestamp:
- Mar 29, 2022, 4:09:51 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 6e47b49
- Parents:
- dfd3410
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
rdfd3410 rb230091 1385 1385 for (auto & typeParam : mutDecl->type_params) { 1386 1386 symtab.addType(typeParam); 1387 mutType->forall.emplace_back(new ast::TypeInstType(typeParam ->name, typeParam));1387 mutType->forall.emplace_back(new ast::TypeInstType(typeParam)); 1388 1388 } 1389 1389 for (auto & asst : mutDecl->assertions) {
Note: See TracChangeset
for help on using the changeset viewer.