diff --git a/src/analysis/typepal/Solver.rsc b/src/analysis/typepal/Solver.rsc index a848de7..77bb0b0 100644 --- a/src/analysis/typepal/Solver.rsc +++ b/src/analysis/typepal/Solver.rsc @@ -934,6 +934,7 @@ Solver newSolver(map[str,Tree] namedTrees, TModel tm){ } bool unify(AType given, AType expected){ + boolean ok = false; = unify(given, expected, bindings); if(ok){ bindings += bindings1;