Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.cpp

    ra4a6802 r6e50a6b  
    2626#include "Node.hpp"            // for readonly
    2727#include "Type.hpp"            // for readonly
    28 #include "Expr.hpp"
    2928
    3029namespace ast {
     
    6665        for (auto & tp : this->type_params) {
    6766                ftype->forall.emplace_back(new TypeInstType(tp->name, tp));
    68                 for (auto & ap: tp->assertions) {
    69                         ftype->assertions.emplace_back(new VariableExpr(loc, ap));
    70                 }
    7167        }
    7268        this->type = ftype;
Note: See TracChangeset for help on using the changeset viewer.