mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Extract some modules out of file.rs
This commit is contained in:
parent
0ade2a85d2
commit
40f2dd7030
7 changed files with 440 additions and 388 deletions
|
@ -22,7 +22,8 @@ use roc_constrain::expr::constrain_decls;
|
|||
use roc_debug_flags::dbg_do;
|
||||
use roc_derive::DerivedModule;
|
||||
use roc_derive_key::{DeriveBuiltin, DeriveError, DeriveKey, Derived};
|
||||
use roc_load_internal::file::{add_imports, LoadedModule, Threading};
|
||||
use roc_load_internal::file::{add_imports, Threading};
|
||||
use roc_load_internal::module::LoadedModule;
|
||||
use roc_module::symbol::{IdentIds, Interns, ModuleId, Symbol};
|
||||
use roc_region::all::LineInfo;
|
||||
use roc_reporting::report::{type_problem, RocDocAllocator};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue