add helper methods for layout -> string conversion in dev backend

This commit is contained in:
Folkert 2021-12-03 20:33:23 +01:00
parent e088eceb29
commit edf113513c
3 changed files with 40 additions and 20 deletions

View file

@ -541,7 +541,7 @@ fn gen_from_mono_module_dev_assembly(
let env = roc_gen_dev::Env {
arena,
module_id,
interns,
interns: std::cell::Cell::new(interns),
exposed_to_host: exposed_to_host.keys().copied().collect(),
lazy_literals,
generate_allocators,