Move Solved to roc_solve

This commit is contained in:
ayazhafiz 2022-07-10 19:42:41 -04:00
parent c9914af5ab
commit 699c4d7fff
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
9 changed files with 27 additions and 27 deletions

View file

@ -1937,9 +1937,9 @@ pub mod test_constrain {
};
use roc_parse::parser::{SourceError, SyntaxError};
use roc_region::all::Region;
use roc_solve::module::Solved;
use roc_types::{
pretty_print::{name_and_print_var, DebugPrint},
solved_types::Solved,
subs::{Subs, VarStore, Variable},
};