mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
7 lines
123 B
Text
7 lines
123 B
Text
module [plainText, emText]
|
|
|
|
import Symbol exposing [Ident]
|
|
|
|
plainText = \str -> PlainText str
|
|
|
|
emText = \str -> EmText str
|