mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
7 lines
154 B
Text
7 lines
154 B
Text
interface UnusedImport
|
|
exposes [ plainText, emText ]
|
|
imports [ Symbol.{ Ident } ]
|
|
|
|
plainText = \str -> PlainText str
|
|
|
|
emText = \str -> EmText str
|