roc/crates/reporting/tests
Ayaz Hafiz f1a6ea6a40
Typecheck and compile opaque wrapping functions
This enables you to write something like

```
A := U8
List.map [1, 2, 3] @A
```

which will be compiled as if it was `List.map [1, 2, 3] \x -> @A x`.

Closes #3499
2022-07-12 18:38:03 -04:00
..
helpers Remove add_aliases 2022-07-10 10:46:58 -04:00
test_reporting.rs Typecheck and compile opaque wrapping functions 2022-07-12 18:38:03 -04:00