Changeset f7f997a for src/ResolvExpr/Unify.h
- Timestamp:
- Nov 17, 2023, 3:23:48 PM (2 years ago)
- Branches:
- master
- Children:
- decd4a6
- Parents:
- 16e0dcb (diff), 2908f08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/ResolvExpr/Unify.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.h
r16e0dcb rf7f997a 15 15 16 16 #pragma once 17 18 #include <list> // for list19 17 20 18 #include "AST/Node.hpp" // for ptr … … 47 45 const ast::ptr<ast::Type> & type1, const ast::ptr<ast::Type> & type2, 48 46 ast::TypeEnvironment & env, ast::AssertionSet & need, ast::AssertionSet & have, 49 const ast::OpenVarSet & open, WidenMode widen, 47 const ast::OpenVarSet & open, WidenMode widen, 50 48 ast::ptr<ast::Type> & common ); 51 49 52 50 bool typesCompatible( 53 const ast::Type *, const ast::Type *, 51 const ast::Type *, const ast::Type *, 54 52 const ast::TypeEnvironment & env = {} ); 55 53
Note:
See TracChangeset
for help on using the changeset viewer.