mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Move Solved to roc_solve
This commit is contained in:
parent
c9914af5ab
commit
699c4d7fff
9 changed files with 27 additions and 27 deletions
|
@ -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},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue