Index: src/SynTree/FunctionDecl.cc
===================================================================
--- src/SynTree/FunctionDecl.cc	(revision e4f13fe6228135584e4fa804143fb7679898b59a)
+++ src/SynTree/FunctionDecl.cc	(revision 9319a232605a68b39fb366d2c35336a13d8b983c)
@@ -87,4 +87,10 @@
 	} // if
 
+	if ( !withExprs.empty() ) {
+		os << indent << "... with clause" << std::endl;
+		os << indent + 1;
+		printAll( withExprs, os, indent + 1 );
+	}
+
 	if ( statements ) {
 		os << indent << "... with body" << endl << indent+1;
