Changeset b230091 for src/AST/Decl.cpp
- Timestamp:
- Mar 29, 2022, 4:09:51 PM (20 months ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 6e47b49
- Parents:
- dfd3410
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.cpp
rdfd3410 rb230091 68 68 } 69 69 for (auto & tp : this->type_params) { 70 ftype->forall.emplace_back(new TypeInstType(tp ->name, tp));70 ftype->forall.emplace_back(new TypeInstType(tp)); 71 71 for (auto & ap: tp->assertions) { 72 72 ftype->assertions.emplace_back(new VariableExpr(loc, ap));
Note: See TracChangeset
for help on using the changeset viewer.