roc/crates/reporting/tests
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
..
helpers Byte deletion party 2022-11-11 21:16:23 -06:00
test_reporting.rs Weaken records in let-bindings 2023-01-14 15:33:51 +01:00