mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
6 lines
143 B
Text
6 lines
143 B
Text
interface Symbol
|
|
exposes [Ident]
|
|
imports []
|
|
|
|
# NOTE: this module is fine, but used by UnusedImport.roc to uselessly import
|
|
Ident : Str
|