mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-18 09:39:47 +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 |
||
---|---|---|
.. | ||
builtins.rs | ||
expr.rs | ||
lib.rs | ||
module.rs | ||
pattern.rs |