3 lines
		
	
	
		
			No EOL
		
	
	
		
			61 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			No EOL
		
	
	
		
			61 B
		
	
	
	
		
			Text
		
	
	
	
	
	
type p = { x : int, y : int }
 | 
						|
 | 
						|
let x : p = { x = 0, y = 1 }<> |