mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
26 lines
No EOL
124 B
Text
26 lines
No EOL
124 B
Text
interface Simple
|
|
exposes [
|
|
v, x
|
|
]
|
|
imports []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v : Str
|
|
|
|
|
|
|
|
|
|
|
|
v = "Value!"
|
|
|
|
|
|
|
|
x : Int
|
|
x = 4 |