Changes in src/GenPoly/GenPoly.cc [a0d1f1c:93c10de]
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.cc
ra0d1f1c r93c10de 24 24 #include <vector> // for vector 25 25 26 #include "AST/Expr.hpp"27 26 #include "AST/Type.hpp" 28 #include "AST/TypeSubstitution.hpp"29 27 #include "GenPoly/ErasableScopedMap.h" // for ErasableScopedMap<>::const_it... 30 28 #include "ResolvExpr/typeops.h" // for flatten … … 492 490 } 493 491 494 /// Flattens a list of types.495 // There is another flattenList in Unify.496 492 void flattenList( vector<ast::ptr<ast::Type>> const & src, 497 493 vector<ast::ptr<ast::Type>> & out ) {
Note:
See TracChangeset
for help on using the changeset viewer.