6 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| ((x: as: {x}:
 | |
|   rec {
 | |
|     inherit (as) x;
 | |
|     y = x;
 | |
|   }
 | |
| ) 2 {x = 4;} {x = 3;}).y
 |