forked from lix-project/lix
ca00aa1171
bla'). Also allow trailing commas (`{x, y,}: ...') as a unintented consequence. Hopefully the reduce/reduce conflict won't cause any problems.
2 lines
48 B
Nix
2 lines
48 B
Nix
({}: {x,y,}: "${x}${y}") {} {x = "a"; y = "b";}
|