mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
use modules in the repl
This commit is contained in:
parent
3843c4c458
commit
cb9ce5e8d7
4 changed files with 116 additions and 109 deletions
|
@ -67,7 +67,7 @@ pub fn gen_from_mono_module(
|
|||
module,
|
||||
ptr_bytes,
|
||||
leak: false,
|
||||
exposed_to_host: loaded.exposed_to_host,
|
||||
exposed_to_host: loaded.exposed_to_host.keys().copied().collect(),
|
||||
};
|
||||
|
||||
// Populate Procs further and get the low-level Expr from the canonical Expr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue