Changes in src/Tuples/Tuples.h [c43c171:9f10c4b8]
- File:
-
- 1 edited
-
src/Tuples/Tuples.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.h
rc43c171 r9f10c4b8 17 17 18 18 #include <string> 19 #include <vector>20 19 21 20 #include "SynTree/Expression.h" … … 27 26 namespace Tuples { 28 27 // TupleAssignment.cc 29 void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign, 30 std::vector< ResolvExpr::AlternativeFinder >& args ); 31 28 void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign, const std::list<ResolvExpr::AltList> & possibilities ); 29 32 30 // TupleExpansion.cc 33 31 /// expands z.[a, b.[x, y], c] into [z.a, z.b.x, z.b.y, z.c], inserting UniqueExprs as appropriate
Note:
See TracChangeset
for help on using the changeset viewer.