pass stdlib by reference

This commit is contained in:
Folkert 2021-01-14 16:49:55 +01:00
parent c4e5af554b
commit ab6cb7ac93
9 changed files with 20 additions and 52 deletions

View file

@ -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,