mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 15:26:24 +00:00
18 lines
291 B
Text
18 lines
291 B
Text
hosted Foo
|
|
exposes
|
|
[
|
|
Stuff,
|
|
Things,
|
|
somethingElse,
|
|
]
|
|
imports
|
|
[
|
|
Blah,
|
|
Baz.{ stuff, things },
|
|
]
|
|
generates Bar with
|
|
[
|
|
map,
|
|
after,
|
|
loop,
|
|
]
|