mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
stop passing stdlib (use lazy_static)
This commit is contained in:
parent
f25afe4629
commit
d8fa2b8d92
12 changed files with 14 additions and 89 deletions
|
@ -47,7 +47,6 @@ pub fn compile_to_mono<'a>(
|
|||
target_info: TargetInfo,
|
||||
palette: Palette,
|
||||
) -> Result<MonomorphizedModule<'a>, Vec<String>> {
|
||||
let stdlib = arena.alloc(roc_builtins::std::standard_stdlib());
|
||||
let filename = PathBuf::from("REPL.roc");
|
||||
let src_dir = Path::new("fake/test/path");
|
||||
|
||||
|
@ -58,7 +57,6 @@ pub fn compile_to_mono<'a>(
|
|||
arena,
|
||||
filename,
|
||||
module_src,
|
||||
stdlib,
|
||||
src_dir,
|
||||
exposed_types,
|
||||
target_info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue