Changeset 34b4268 for src/ResolvExpr
- Timestamp:
- May 2, 2023, 10:46:06 PM (20 months ago)
- Branches:
- ast-experimental, master
- Children:
- 24d6572
- Parents:
- 0c840fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/SatisfyAssertions.cpp
r0c840fc r34b4268 452 452 for (unsigned resetCount = 0; ; ++resetCount) { 453 453 ast::AssertionList next; 454 resetTyVarRenaming();455 454 // make initial pass at matching assertions 456 455 for ( auto & assn : sat.need ) { 456 resetTyVarRenaming(); 457 457 // fail early if any assertion is not satisfiable 458 458 auto result = satisfyAssertion( assn, sat, !next.empty() );
Note: See TracChangeset
for help on using the changeset viewer.