mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
pass stdlib by reference
This commit is contained in:
parent
c4e5af554b
commit
ab6cb7ac93
9 changed files with 20 additions and 52 deletions
|
@ -59,7 +59,7 @@ mod solve_expr {
|
|||
let result = roc_load::file::load_and_typecheck(
|
||||
arena,
|
||||
full_file_path,
|
||||
stdlib,
|
||||
&stdlib,
|
||||
dir.path(),
|
||||
exposed_types,
|
||||
8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue