Index: src/SynTree/Visitor.cc
===================================================================
--- src/SynTree/Visitor.cc	(revision 579263a52ab065d42a5208e15e3d707dd0d03798)
+++ src/SynTree/Visitor.cc	(revision 0fc9756b7048c0156a9e155c5e042dc9fd51dd7c)
@@ -407,4 +407,5 @@
 	acceptAll( tupleType->get_forall(), *this );
 	acceptAll( tupleType->get_types(), *this );
+	acceptAll( tupleType->get_members(), *this );
 }
 
