roc/editor/tests/modules/SimpleUnformatted.roc
2021-01-11 19:46:15 +01:00

26 lines
No EOL
124 B
Text

interface Simple
exposes [
v, x
]
imports []
v : Str
v = "Value!"
x : Int
x = 4