mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
8 lines
124 B
Text
8 lines
124 B
Text
app "test" provides [main] to "./platform"
|
|
|
|
entry =
|
|
A := U8
|
|
List.map [1, 2, 3] @A
|
|
|
|
main = entry
|
|
# ^^^^^ List A
|