mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
drop soa suffix
This commit is contained in:
parent
0eb98a4c59
commit
546afc9661
2 changed files with 19 additions and 25 deletions
|
@ -35,8 +35,7 @@ pub fn run_solve_soa(
|
|||
let mut problems = Vec::new();
|
||||
|
||||
// Run the solver to populate Subs.
|
||||
let (solved_subs, solved_env) =
|
||||
solve::run_soa(constraints, &env, &mut problems, subs, &constraint);
|
||||
let (solved_subs, solved_env) = solve::run(constraints, &env, &mut problems, subs, &constraint);
|
||||
|
||||
(solved_subs, solved_env, problems)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue