Changes in src/SynTree/Mutator.cc [447c356:2b7bf59]
- File:
-
- 1 edited
-
src/SynTree/Mutator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.cc
r447c356 r2b7bf59 626 626 } 627 627 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 638 628 // Local Variables: // 639 629 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.