mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
8 lines
102 B
Text
8 lines
102 B
Text
app Closure provides [ closure ] imports []
|
|
|
|
closure : {} -> Int
|
|
closure =
|
|
x = 42
|
|
|
|
\{} -> x
|
|
|