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