mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-20 03:59:54 +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
|