Changeset 13cdc8c for src/ResolvExpr
- Timestamp:
- Mar 30, 2022, 10:44:10 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- f870e257
- Parents:
- ee3da78 (diff), bdfd0bd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/ResolvExpr/Resolver.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
ree3da78 r13cdc8c 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.