roc/crates/reporting
Ayaz Hafiz b8712bcb30
Weaken records in let-bindings
This change also means we must update the interface of `Dict.empty` and
`Set.empty` from

```
Dict.empty : Dict k v
```

to

```
Dict.empty : {} -> Dict k v
```
2023-01-14 15:33:51 +01:00
..
src Fix unused var in release builds 2023-01-13 03:23:42 -05:00
tests Weaken records in let-bindings 2023-01-14 15:33:51 +01:00
.gitignore moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
Cargo.toml Provide roc_cache_dir everywhere 2022-11-20 19:53:48 -05:00