Skip to content

Commit

Permalink
Added declaration to avoid potential name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Nov 5, 2024
1 parent 4e6d3c9 commit 7f9d40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/typepal/Solver.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ Solver newSolver(map[str,Tree] namedTrees, TModel tm){
}

bool unify(AType given, AType expected){
boolean ok = false;
<ok, bindings1> = unify(given, expected, bindings);
if(ok){
bindings += bindings1;
Expand Down

0 comments on commit 7f9d40d

Please sign in to comment.