mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-02 22:01:20 +00:00
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 |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| test_wasm.sh | ||