mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
7 lines
180 B
Text
7 lines
180 B
Text
interface UnusedImportButWithALongFileNameForTesting
|
|
exposes [plainText, emText]
|
|
imports [Symbol.{ Ident }]
|
|
|
|
plainText = \str -> PlainText str
|
|
|
|
emText = \str -> EmText str
|