mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 19:10:18 +00:00
7 lines
129 B
Text
7 lines
129 B
Text
module [plain_text, em_text]
|
|
|
|
import Symbol exposing [Ident]
|
|
|
|
plain_text = \str -> PlainText(str)
|
|
|
|
em_text = \str -> EmText(str)
|