Changeset 361bf01 for src/ResolvExpr/Unify.cc
- Timestamp:
- Dec 11, 2020, 11:20:45 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 5b9a0ae
- Parents:
- a6e0e4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
ra6e0e4c r361bf01 898 898 static void markAssertions( 899 899 ast::AssertionSet & assn1, ast::AssertionSet & assn2, 900 const ast:: ParameterizedType * type900 const ast::FunctionType * type 901 901 ) { 902 902 for ( const auto & tyvar : type->forall ) {
Note: See TracChangeset
for help on using the changeset viewer.