Changes in src/ResolvExpr/Unify.cc [89e6ffc:03da511]
- File:
-
- 1 edited
-
src/ResolvExpr/Unify.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
r89e6ffc r03da511 60 60 virtual void visit(TupleType *tupleType); 61 61 virtual void visit(VarArgsType *varArgsType); 62 virtual void visit(ZeroType *zeroType);63 virtual void visit(OneType *oneType);64 62 65 63 template< typename RefType > void handleRefType( RefType *inst, Type *other ); … … 590 588 } 591 589 592 void Unify::visit(ZeroType *zeroType) {593 result = dynamic_cast< ZeroType* >( type2 );594 }595 596 void Unify::visit(OneType *oneType) {597 result = dynamic_cast< OneType* >( type2 );598 }599 600 590 } // namespace ResolvExpr 601 591
Note:
See TracChangeset
for help on using the changeset viewer.