Index: src/Parser/ParseNode.h
===================================================================
--- src/Parser/ParseNode.h	(revision 095ac9927ab4898752d1b2c90bc12487bfb282c1)
+++ src/Parser/ParseNode.h	(revision 3e274ab398b76521d38b9bbfb1ffa9fba7f35a79)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 13:28:16 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Dec 16 07:46:01 2019
-// Update Count     : 888
+// Last Modified On : Fri Feb  7 17:56:02 2020
+// Update Count     : 891
 //
 
@@ -449,5 +449,5 @@
 				* out++ = result;
 			} else {
-				assertf(false, "buildList unknown type");
+				SemanticError( cur->location, "type specifier declaration in forall clause is currently unimplemented." );
 			} // if
 		} catch( SemanticErrorException & e ) {
