mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
5 lines
82 B
Text
5 lines
82 B
Text
interface OneDep
|
|
exposes [ str ]
|
|
imports [ Dep3.Blah.{ foo } ]
|
|
|
|
str = foo
|