Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/PolyCost.cc

    r9ea38de r7ff3e522  
    8787        ast::Pass<PolyCost_new> costing( symtab, env );
    8888        type->accept( costing );
    89         return costing.pass.result;
     89        return costing.core.result;
    9090}
    9191
Note: See TracChangeset for help on using the changeset viewer.