mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
add constraint validation code (currently unused)
This commit is contained in:
parent
86ffd430d7
commit
b5c655c84d
3 changed files with 118 additions and 2 deletions
|
@ -3221,6 +3221,10 @@ fn run_solve<'a>(
|
|||
..
|
||||
} = module;
|
||||
|
||||
if false {
|
||||
debug_assert!(constraint.validate(), "{:?}", &constraint);
|
||||
}
|
||||
|
||||
let (solved_subs, solved_env, problems) =
|
||||
roc_solve::module::run_solve(aliases, rigid_variables, constraint, var_store);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue