mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 23:36:29 +00:00
![]() This is required to properly handle refcounting of RocList. Without it, we can't tell if we need to get the length from the heap. That said, it isn't a pretty solution. I think dealing with generating bespoke type in glue would feel nicer than this but be much more work. It also would deal with the issue of implementations in the bitcode not matching external libraries. That said, it would require exposing way more symbols from roc for each monomophorphized list variant. |
||
---|---|---|
.. | ||
helpers | ||
gen_abilities.rs | ||
gen_compare.rs | ||
gen_definitions.rs | ||
gen_dict.rs | ||
gen_erased.rs | ||
gen_list.rs | ||
gen_num.rs | ||
gen_panic.rs | ||
gen_primitives.rs | ||
gen_records.rs | ||
gen_refcount.rs | ||
gen_result.rs | ||
gen_set.rs | ||
gen_str.rs | ||
gen_tags.rs | ||
gen_tuples.rs | ||
tests.rs | ||
wasm_linking.rs | ||
wasm_str.rs |