bla').  Also allow trailing commas (`{x, y,}: ...') as a unintented
  consequence.  Hopefully the reduce/reduce conflict won't cause any
  problems.
		
	
			
		
			
				
	
	
		
			1 line
		
	
	
	
		
			48 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			48 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| ({}: {x,y,}: "${x}${y}") {} {x = "a"; y = "b";}
 |