roc/crates/compiler/test_mono
Folkert 48fa4f7a8e
When possible, prefer NonNullableUnwrapped over NullableWrapped
e.g. in the scenario of `[ A Str, B, C, D ]`, rather than having one tag be nullable, we want
to store the tag id in the pointer. This generally saves 8 bytes for
every allocation, and prevents an allocations for all tags except A.
2023-07-16 20:06:46 +02:00
..
generated When possible, prefer NonNullableUnwrapped over NullableWrapped 2023-07-16 20:06:46 +02:00
src When possible, prefer NonNullableUnwrapped over NullableWrapped 2023-07-16 20:06:46 +02:00
Cargo.toml run a toml formatter and then clean it up a bit 2023-03-06 19:47:57 -08:00