mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
10 lines
118 B
Text
10 lines
118 B
Text
interface Dep2
|
|
exposes [ one, two, blah ]
|
|
imports [ Dep3.Blah.{ foo, bar } ]
|
|
|
|
one = 1
|
|
|
|
blah = foo
|
|
|
|
two = 2.0
|
|
|