roc/crates/cli/tests/known_bad/UnusedImportButWithALongFileNameForTesting.roc
2024-01-18 08:15:02 +01:00

7 lines
180 B
Text

interface UnusedImportButWithALongFileNameForTesting
exposes [plainText, emText]
imports [Symbol.{ Ident }]
plainText = \str -> PlainText str
emText = \str -> EmText str