mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 06:25:10 +00:00

... and enforce that defs can only occur in blocks (or, inside parenthesized expressions)
5 lines
55 B
Text
5 lines
55 B
Text
if foo then
|
|
x = a # 1
|
|
x # 2
|
|
else # 3
|
|
c # 4
|