Commit graph

6 commits

Author SHA1 Message Date
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
Ayaz Hafiz
68da0a7b1e
Update repl tests 2022-07-10 11:41:45 -04:00
ayazhafiz
24b605a369
Wrap int properly 2022-07-05 23:16:59 -04:00
Brian Carroll
71be775f61
repl_test: On Roc compiler error, panic with the error message 2022-07-05 07:03:13 +01:00
Anton-4
6b56061b91
wasm compiler path fix 2022-07-02 14:00:42 +02:00
Anton-4
eee85fa45d
moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00