Changes in src/AST/Print.cpp [07de76b:665f432]
- File:
-
- 1 edited
-
src/AST/Print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Print.cpp
r07de76b r665f432 1359 1359 preprint( node ); 1360 1360 os << "instance of type " << node->name 1361 << " (" << (node->kind == ast::Type Decl::Ftype ? "" : "not ") << "function type)";1361 << " (" << (node->kind == ast::TypeVar::Ftype ? "" : "not ") << "function type)"; 1362 1362 print( node->params ); 1363 1363
Note:
See TracChangeset
for help on using the changeset viewer.