roc/crates/compiler/solve
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
..
docs Add language to all fenced code blocks 2022-09-09 01:12:31 -06:00
src Rephrase solve comments as per Folkert's review 2023-01-13 12:58:11 -06:00
tests Weaken records in let-bindings 2023-01-14 15:33:51 +01:00
Cargo.toml Provide roc_cache_dir everywhere 2022-11-20 19:53:48 -05:00