Changes in src/ResolvExpr/Unify.cc [2773ab8:ee574a2]
- File:
-
- 1 edited
-
src/ResolvExpr/Unify.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
r2773ab8 ree574a2 1143 1143 const ast::ptr<ast::Type> & type1, const ast::ptr<ast::Type> & type2, 1144 1144 ast::TypeEnvironment & env, ast::AssertionSet & need, ast::AssertionSet & have, 1145 ast::OpenVarSet & open, const ast::SymbolTable & symtab1146 ) {1147 ast::ptr<ast::Type> common;1148 return unify( type1, type2, env, need, have, open, symtab, common );1149 }1150 1151 bool unify(1152 const ast::ptr<ast::Type> & type1, const ast::ptr<ast::Type> & type2,1153 ast::TypeEnvironment & env, ast::AssertionSet & need, ast::AssertionSet & have,1154 1145 ast::OpenVarSet & open, const ast::SymbolTable & symtab, ast::ptr<ast::Type> & common 1155 1146 ) {
Note:
See TracChangeset
for help on using the changeset viewer.