roc/compiler/parse/tests/snapshots/pass/nonempty_hosted_header.header.roc
2022-01-30 20:40:50 -05:00

18 lines
291 B
Text

hosted Foo
exposes
[
Stuff,
Things,
somethingElse,
]
imports
[
Blah,
Baz.{ stuff, things },
]
generates Bar with
[
map,
after,
loop,
]