mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
5 lines
87 B
Text
5 lines
87 B
Text
interface Test exposes [x] imports []
|
|
|
|
x : (I64, Str)
|
|
x = (1, "")
|
|
#^{-1} ( I64, Str )*
|