Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.cc

    r447c356 r2b7bf59  
    626626}
    627627
    628 TypeSubstitution * Mutator::mutate( TypeSubstitution * sub ) {
    629         for ( auto & p : sub->typeEnv ) {
    630                 p.second = maybeMutate( p.second, *this );
    631         }
    632         for ( auto & p : sub->varEnv ) {
    633                 p.second = maybeMutate( p.second, *this );
    634         }
    635         return sub;
    636 }
    637 
    638628// Local Variables: //
    639629// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.