mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
add load_internal
This commit is contained in:
parent
750fbf2dcf
commit
311e464b70
55 changed files with 100 additions and 73 deletions
|
@ -47,7 +47,7 @@ pub fn helper(
|
|||
module_src = &temp;
|
||||
}
|
||||
|
||||
let loaded = roc_load::file::load_and_monomorphize_from_str(
|
||||
let loaded = roc_load::load_and_monomorphize_from_str(
|
||||
arena,
|
||||
filename,
|
||||
module_src,
|
||||
|
@ -58,7 +58,7 @@ pub fn helper(
|
|||
|
||||
let mut loaded = loaded.expect("failed to load module");
|
||||
|
||||
use roc_load::file::MonomorphizedModule;
|
||||
use roc_load::MonomorphizedModule;
|
||||
let MonomorphizedModule {
|
||||
module_id,
|
||||
procedures,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue