Changes in src/GenPoly/Box.cpp [ca9d65e:c4b9fa9]
- File:
-
- 1 edited
-
src/GenPoly/Box.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cpp
rca9d65e rc4b9fa9 9 9 // Author : Andrew Beach 10 10 // Created On : Thr Oct 6 13:39:00 2022 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Thu Dec 14 17:42:17202313 // Update Count : 711 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Oct 2 17:00:00 2023 13 // Update Count : 0 14 14 // 15 15 … … 777 777 if ( !concrete ) { 778 778 // Should this be an assertion? 779 SemanticError( expr->location, "\nunbound type variable %s in application %s", 780 toString( typeSubs ).c_str(), typeVar->typeString().c_str() ); 779 SemanticError( expr, toString( typeSubs, 780 "\nunbound type variable: ", typeVar->typeString(), 781 " in application " ) ); 781 782 } 782 783 arg = expr->args.insert( arg,
Note:
See TracChangeset
for help on using the changeset viewer.