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