roc/crates/editor/tests/modules/SimpleUnformatted.roc

26 lines
No EOL
124 B
Text

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